Type Method 型メソッド

componentsWithString:

Returns a URL components object by parsing a URL in string form. URL構成要素オブジェクトをあるURLを文字列形式で構文解析することによって初期化します。

Declaration 宣言

+ (instancetype)componentsWithString:(NSString *)URLString;

Parameters パラメータ

URLString

The URL string to parse. 構文解析するURL文字列。

Return Value 戻り値

Returns the new URL components object, or nil if the URL string could not be parsed. 新しいURL構成要素オブジェクトを返します、またはnil、もしURL文字列が構文解析されることができなかったならば。

See Also 参照

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