Overview
概要
You construct instances of NSSortDescriptor
by specifying the key path of the property to compare and the order of the sort (ascending or descending).
あなたはNSSortDescriptor
のインスタンスそれらを、比較するプロパティのキーパスおよびソートの順序(昇順または降順)を指定することによって構成します。
Optionally, you can also specify a selector to use to perform the comparison, which allows you to specify other comparison selectors, such as localizedStandardCompare(_:)
and localizedCaseInsensitiveCompare(_:)
. Sorting raises an exception if the objects don’t respond to the sort descriptor’s comparison selector.
ソートは、オブジェクトそれらがソート記述子のもつ比較セレクタに応答しないならば例外を引き起こします。
You can use sort descriptors for the following:
あなたはソート記述子を以下に対して使用できます: