在xcode中创建初始化模板

1. 类模板
[quote]original path: /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/File Templates
custom path: /Users/KNET/Library/Developer/Xcode/Templates/File Templates[/quote]


2. 方法注释
[quote]在code snippet library中添加user code snippet,并且可以设置shortcut[/quote]

模板例子

    /** 
* <#description#>
*


*
* @author: <#name#>, <#date#>
*
* @param: <#parameterName#>
* <#parameterDescription#>
* @return <#returnDescription#>
*/




3. 项目模板
[quote]
original path: /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/Project Templates
custom path: /Users/KNET/Library/Developer/Xcode/Templates/Project Templates [/quote]

你可能感兴趣的:(ios开发,xcode,Objective-C,Cocoa)