在Xcode文件模板中更改案例?

Wil*_*sch 5 iphone xcode templates file ios

作为这个问题的后续行动:

是否可以使用这些模板中出现的标识符的小写版本?例如,要创建一个允许用户创建这样的内容的模板,只需输入一次Foo:

文件名:Foo.h

@interface Foo: SuperclassOfFoo {
}

-(Foo*) foo;

@end
Run Code Online (Sandbox Code Playgroud)

Dai*_*jan 0

我不明白,但大写的方法名称不好:D 除此之外,它可能应该以动词开头