I have a custom object that I create with 3 properties defined in it. I create the object and assign the values to those properties. After that I put that object into an
There is a simple way than using description method in all classes.
Use ICHObjectPrinter:
NSLog(@"Object description is %@",[ICHObjectPrinter descriptionForObject:person]);
https://github.com/arundevma/ICHObjectPrinter