+ componentsWithString:
Returns a URL components object by parsing a URL in string form.
URL構成要素オブジェクトをあるURLを文字列形式で構文解析することによって初期化します。
+ componentsWithURL:resolvingAgainstBaseURL:
Returns a URL components object by parsing the URL from an
NSURL
object.
あるURL構成要素オブジェクトをあるURLをNSURL
オブジェクトから構文解析することによって返します。
- init
Initializes a URL components object with
nil
for every component.
あるURL構成要素オブジェクトをあらゆる構成要素に対してnil
を使って初期化します。
- initWithURL:resolvingAgainstBaseURL:
Initializes a URL components object by parsing the URL from an
NSURL
object.
あるURL構成要素オブジェクトをNSURL
オブジェクトからURLを構文解析することによって初期化します。