Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find Xcode 4 new project template for navigation controller based app. Any alternative?

I am working on iOS 5. I am not able to find the navigation based application template formerly found in Xcode.

So what can I use instead?

like image 899
Purva Avatar asked Nov 23 '11 09:11

Purva


1 Answers

If you want to start from scratch, start with a Single View Based project, then go to the storyboard and select the viewController, go to Editor > Embed in > Navigation Controller.

like image 185
RDM Avatar answered Oct 12 '22 14:10

RDM