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.
source
share