I have a question about the "Show Summaries" feature in Xcode which this guys is talking about.
Currently, I implement description
and debugDescription
in my Objective-C classes to that I can just type po myObject
to get a quick view of the content and this saves me time.
However, I want to know if there's a way to get this to show in this "Show Summaries" thing. Kind of like when of have an NSString, it just shows you the string in Content pane without further effort from you.
And I do this for my own objects too? This would save me so much time :)
Thanks folks.
Edit Thanks to Martin R's comment I managed to get what I wanted :) Link