/ios-empty-application-xcode-template

🙈 An empty iOS application project template without a storyboard for Xcode 11.

iOS Empty Application Xcode Template

This used to be a default template within earlier Xcode versions but Apple removed it in Xcode 6. Unfortunately some older iOS development books and tutorials were written with this template as the starting point.

This template works on the latest Xcode 11 for both Objective-C and Swift and doesn't rely on a storyboard. It also features a cleaned up icon that looks great next to the other default template icons. It works nicely when creating small test apps with programmatic views or just starting a fresh project without the storyboard cruft.

empty_application_xcode11 sim_empty_application_xcode11

Installation

The recommended install method is to place Empty Application.xctemplate within:

~/Library/Developer/Xcode/Templates/Application/

If you just place it in the root Templates directory the template will appear at the bottom of the Xcode project creation screen. If you create an Application subdirectory though and then stick it in there it will appear in the same Application section as all the other project templates.

Related links

If you're curious about doing some more Xcode Template customization these are some great places to start.