XCode code generation

Posted by Ali Shafai on Stack Overflow See other posts from Stack Overflow or by Ali Shafai
Published on 2010-04-09T05:22:12Z Indexed on 2010/04/09 6:33 UTC
Read the original article Hit count: 429

Filed under:
|

I was wondering if there is a tool (automator script or a third party) to generate code for simple scenarios like add another property. I don't like going to two or three places and write the same thing over and over again. instead I want to say "I want a new property of type int with name X" and it generates the lines in .h and .m files for me in one go.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about code-generation