Instance Property インスタンスプロパティ

cookies

The cookie storage’s cookies. クッキーストレージの持つクッキーそれら。

Declaration 宣言

@property(nullable, readonly, copy) NSArray<NSHTTPCookie *> *cookies;

Discussion 議論

If you want to sort the cookie storage’s cookies, you should use the sortedCookiesUsingDescriptors: method instead of sorting the result of this method. あなたがクッキーストレージの持つクッキーをソートしたいならば、あなたはsortedCookiesUsingDescriptors:メソッドを使うべきです、このメソッドの結果をソートする代わりに。

See Also 参照

Retrieving Cookies クッキーの回収