iOS SDK  v0.6.2-113-gb00714b
 All Classes Functions Properties
JiveKVOAdapter Class Reference

#import <JiveKVOAdapter.h>

Inherits NSObject.

Detailed Description

Instances of this class observe the keyPaths given in keyPathsToObserve on the given sourceObject. Observations are then converted to the appropriate willChangeValueForKey: and didChangeValueForKey: messages on the given targetObject. Neither the sourceObject or the targetObject are retained by instances of this class.