Instance Method
インスタンスメソッド
addObserver:forKeyPath:options:context:
Raises an exception.
例外を引き起こします。
Discussion
議論
NSArray
objects are not observable, so this method raises an exception when invoked on an NSArray
object. Instead of observing an array, observe the to-many relationship for which the array is the collection of related objects.
NSArray
オブジェクトは監視可能ではありません、それでこのメソッドはNSArray
オブジェクト上で発動される場合は例外を引き起こします。ある配列を監視する代わりに、その配列が関連オブジェクトのコレクションであるところの対多関係を監視してください。
See Also
参照
Key-Value Observing
キー値監視する
- removeObserver:fromObjectsAtIndexes:forKeyPath:
Removes anObserver
from all key value observer notifications associated with the specified keyPath
relative to the array’s objects at indexes
.
anObserver
を、indexes
での配列のオブジェクトそれらと相対的に、この指定されたkeyPath
と結び付けられた、全てのキー値監視通知から取り除きます。