Can we get an ivar or a property from a NSString like we can get a class from a NSString with the function <
ivar
property
NSString
class
For any properties you can just use [object valueForKey:myString] and it'll be done. This can also find ivars in certain situations.
[object valueForKey:myString]