Class
GSKeyValueObservation
A reimplementation of Swift’s NSKeyValueObservation, usable from Objective-C and using string key paths.
Declaration
class GSKeyValueObservationDeclaration
@interface GSKeyValueObservation : NSObjectDeclaration
class GSKeyValueObservation(NSObject)Topics
Type Methods
Creates a new observation proxy that observes the given object, forwarding observation messages to the given observer.
Replaces an existing observation with a new observation.
Relationships
Inherits From
NSObject
Conforms To
ObjectiveC.NSObjectProtocolSwift.CVarArgSwift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.EquatableSwift.Hashable
Relationships
Inherits From
NSObject