Closed asarazan closed 11 years ago
addWeakObserver:selector:name:object: now returns an opaque handle that can be removed with NSNotificationCenter's removeObserver: method.
addWeakObserver:selector:name:object:
removeObserver:
This allows for temporary and cancelable observation.
addWeakObserver:selector:name:object:
now returns an opaque handle that can be removed with NSNotificationCenter'sremoveObserver:
method.This allows for temporary and cancelable observation.