xcode/iphone Code templates

Posted by vilo on Stack Overflow See other posts from Stack Overflow or by vilo
Published on 2010-03-17T00:32:30Z Indexed on 2010/03/17 0:41 UTC
Read the original article Hit count: 389

Filed under:
|

Is there some tool in xcode that allows me to store snippets of code I often reuse in various applications so I do not have to retype it each time? I am talking about things like all the code that goes into defining Table Delegate Methods and Table Source Methods, UIAlertViews code and such. I just would like to have my own private repository where I can put snippets of code I think I may need in the future in other apps. Is there anything like that? Thanks for any help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode