Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 1016 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 1016 Bytes

XcodeTemplates

This repos privides some useful Xcode templates. when you create file or create project in Xcode, Xcode provide you some default templates to create them. Sometimes, you need to custom the templates to make your work better, here is the method to make your custom Xcode templates.

Let's step by step

  1. create a new directory named Templates in the path: ~/Library/Developer/Xcode/, and then in the Templates directory create a directory with name Custom.

  2. Download the Cocoa Touch Class.xctemplate directory, and copy it to the directory Custom that is created by the first step.(You can also find the Cocoa Touch Class.xctemplate in the path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/ in your computer.)

  3. Then try to create some file in Xcode, you can find Custom item in the bottom.

That' all, enjoy yourself. ^_^