Xcode6 how to set class prefix when creating a new project?
Unlike Xcode5, when creating a new project, there is no input field for the class prefix.
Has Apple given up on this?
+3
Matt.Z
source
to share
1 answer
Yes, Apple dropped it.
After a lot of thought, the technician removed this feature.
This has been deliberately removed. We no longer encourage the use of prefixes for application code, and for frameworks, you can create a prefix in the Project Inspector after creating a project.
More information can be found in this article .
+3
florieger
source
to share