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

initWithKey:ascending:

Creates a sort descriptor with a specified string key path and sort order. ソート記述子をある指定された文字列キーパスとソート順序で作成します。

Declaration 宣言

- (instancetype)initWithKey:(NSString *)key 
                  ascending:(BOOL)ascending;

Parameters パラメータ

keyPath

The key path for performing a comparison.

For information about key paths, see Key-Value Coding Programming Guide. キーパスについての情報として、Key-Value Coding Programming Guideを見てください。

ascending

YES if the receiver specifies sorting in ascending order; otherwise, NO.

Return Value 戻り値

A sort descriptor that initializes with the specified key path and sort order, and the default comparison selector (compare).

See Also 参照

Creating a Sort Descriptor ソート記述子を作成する