.description

slicker strings

Vik Denic
vik denic

--

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: .

--

--