How to edit an default Xcode template?

Posted by HelloMoon on Stack Overflow See other posts from Stack Overflow or by HelloMoon
Published on 2009-08-16T19:57:42Z Indexed on 2010/05/04 6:08 UTC
Read the original article Hit count: 237

Filed under:
|
|

When I create an NSObject subclass, I always get an empty implementation. There are some things I always put in my code like pragma marks and -dealloc methods. I prefer to just delete stuff that I don't need over writing it with typos from scratch every time I need it. I need -dealloc and -init almost always, but they don't ship with the default template. Is there a way to customize what's in there?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about cocoa-touch