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

initWithChanges:

Creates an ordered collection difference using an array of ordered collection changes. 順序コレクション差異を順序コレクション変化それらからなるある配列を使って作成します。

Declaration 宣言

- (instancetype)initWithChanges:(NSArray<NSOrderedCollectionChange<ObjectType> *> *)changes;

Parameters パラメータ

changes

An array of ordered collection changes. 順序付きコレクション変更それらからなるある配列。

See Also 参照

Creating a Collection Difference Object コレクション差異オブジェクトを作成する