If I have some instance of a class, say a UIView or subclass of it or just a simple subclass of NSObject, how can I get a list of the observable keypaths of that object?
I'd like to get a list of the valid keyPath values for the object to use them in the addObserver method.