How to edit an default Xcode template?

后端 未结 2 910
故里飘歌
故里飘歌 2021-01-22 03:32

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

相关标签:
2条回答
  • 2021-01-22 04:22

    Take a look at this article that describes how to create user defined templates in xcode.

    0 讨论(0)
  • 2021-01-22 04:22

    I've also created a description on how to do this, this tutorial was based on Xcode 3.2.2 and 3.2.3 (beta at the time of writing):

    http://www.sodeso.nl/?p=895

    0 讨论(0)
提交回复
热议问题