How can I iterate over an instance properties in objective-C ?
I need to get all the properties values without having to specify them.
This is the only solution I've found so far, but I was wondering if it could be done with less code: Get an object properties list in Objective-C
thanks