Instance Method インスタンスメソッド

init

Initializes a URL components object with nil for every component. あるURL構成要素オブジェクトをあらゆる構成要素に対してnilを使って初期化します。

Declaration 宣言

- (instancetype)init;

Return Value 戻り値

Returns the initialized URL components object, or nil if an error occurs. 初期化されたURL構成要素オブジェクトを返します、またはエラーが起こるならばnil

See Also 参照

Creating URL Components URL構成要素を作成する