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

enable

Enables collection after collection has been disabled. コレクションが作動しないようにされた後にコレクションを作動します。

Declaration 宣言

- (void)enable;

Discussion 議論

This method balances a single invocation of disable. To reenable collection, this method must be invoked as many times as was disable. このメソッドは、disableのある単一の発動と収支を合わせます。コレクションを再度可能にするために、このメソッドはdisableしたのと同じだけ多く発動されなければなりません。

See Also 参照

Collection State コレクション状態