Change case in Xcode file templates?

As a continuation of this question :

Can I use the string version of the identifier that appears in these templates? For example, to create a template that allows the user to create something like this, when entering Foo only once:

File Name: Foo.h

@interface Foo: SuperclassOfFoo {
}

-(Foo*) foo;

@end
+5
source share
1 answer

I don’t get it, but the capital name is bad: D, in addition, it should begin with a verb, perhaps

0
source

All Articles