I want to override my object’s description method to be able to print the values of all my declared properties. I know that I can do this by appending all the values to each other, one by one, but sometimes this is time consuming if you have a lot of properties.
I was wondering if there’s an easy way to do this, by getting help from the runtime powers of Objective-C?
Did you try this solution ?