Joined July 2013
·

tt.kilew

Stanfy
·
Kyiv, Ukraine
·
·

I think that you should start using snippets/live templates

propa(Tab) -> @property(nonatomic, assign)

props(Tab) -> @property(nonatomic, strong)

propc(Tab) -> @property(nonatomic, copy)

propr(Tab) -> @property(nonatomic, readonly)

and so on...

This solution will be better configurable, and you can freely use it on more than one project :) And it'll prevent mixing "Fully-declared properties" and "MACROS-declared properties"

Achievements
59 Karma
0 Total ProTip Views