.description

slicker strings


Here’s something cool I learned today. All objects contain a .description property, which is used to create a textual representation (or, NSString) of the object.

This is a much slicker way of passing objects into placeholders via stringWithFormat: .