2
votes
3answers
272 views
How do I find all the property keys of a KVC compliant Objective-C object?
Hello,
Is there a method that returns all the keys for an object conforming to the NSKeyValueCoding protocol?
Something along the lines of [object getPropertyKeys] that …
