Initializer

init(key:ascending:)

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

Declaration 宣言

init(key: String?, 
ascending: Bool)

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

true if the receiver specifies sorting in ascending order; otherwise, false.

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 ソート記述子を作成する