Joined July 2013
·
Achievements
59 Karma
0 Total ProTip Views
Lemmings 100
Write something great enough to have at least 100 watchers of the project
Bear 3
Have at least three original repos where Objective-C is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Bear
Have at least one original repo where Objective-C is the dominant language
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"