I've been searching this on Google for a while and haven't been able to come up with anything.
I'm building a library, and this library would be a lot easier and more intuitive to use if I were able to add custom properties to all of Apple's pre built objects, IE. NSString, UIImage, etc.
If it's not possible to add properties, what's the next best thing?
I've seen similar things on stack overflow, but all of them are about categories for custom made objects.
Thanks in advance!