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

initWithObject:type:index:

Creates a change object that represents inserting or removing an object from an ordered collection at a specific index. ある変更オブジェクトを作成します、それはあるオブジェクトを順序コレクションから指定インデックスで挿入または除去することを表します。

Declaration 宣言

- (instancetype)initWithObject:(ObjectType)anObject 
                          type:(NSCollectionChangeType)type 
                         index:(NSUInteger)index;

Parameters パラメータ

anObject

An optional object the change will remove or insert. その変更が除去または挿入するあるオプショナルオブジェクト。

type

The type of change. 変更の型。

index

The index location within an ordered collection where the change applies. ある順序コレクション内でのインデックス位置、そこでこの変更が適用されます。

See Also 参照

Creating a Change ある変更を作成する