Skip to main content

Xcode 5: New iOS Projects Use Storyboards

·1 min

If you create a new iOS application project in Xcode 5, you will notice there is no checkbox to use storyboards. There is no checkbox because all iOS application project templates (except the Empty Application template) include storyboards. Those of you who prefer xib files to storyboards should use the Empty Application template and add an Application xib file to the project.