Xcode code generation

I was wondering if there is a tool (automator script or third-party) for creating code for simple scripts like adding another property. I don’t like going to two or three places and writing the same thing over and over. instead, I want to say "I want a new int type property called X" and it generates the lines in the .h and .m files for me at a time.

+5
source share
1 answer

I have not used it either, but xobjc is free (although you need to do some code annotations) and Accessorizer looks interesting if it is somewhat difficult to configure.

+5
source

All Articles