Enumeration
列挙
NSCollectionChangeType
The type of change represented in computing the difference of an ordered collection.
ある順序付きコレクションの差の計算において表される変更型。
Topics
話題
Types of Ordered Collection Changes
順序付きコレクション変更の型
case insert
A change type that represents the insertion of an object into an ordered collection.
ある変更型、それはあるオブジェクトのある順序付きコレクションへの挿入を表します。
case remove
A change type that represents the removal of an object from an ordered collection.
ある変更型、それはあるオブジェクトのある順序付きコレクションからの除去を表します。
See Also
参照
Accessing Changes
変更にアクセスする
var hasChanges: Bool
A Boolean value that indicates if the difference has changes.
その差に変更があるかどうかを指し示すブール値。