Friday, November 09, 2012

Time Saving XCode Code Snippets

A micro post.

How many times do you type out a property declaration? Lots.
Add this to the code snippet library in XCode.

 @property (nonatomic, <#MemType#>) <#ClassName#> <#PropName#>;