Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does anyone know how I find Navigation-based iOS application project template to create a new project in Xcode 4.2 ? For some reason Apple removed this and many others formerly available.

Thanks for any comment..

share|improve this question

3 Answers

Hopefully you've found the answer to this by now but I wanted to post anyway for others like me who found this question while searching.

I'm not totally sure but it looks like the navigation-based template is replaced with Page-Based Application. This is the info I got from this article:

http://andylroberts.com/2011/apple-redefines-ios-project-types-in-xcode-4/

share|improve this answer

I was having the same problem. I found that you can replicate a simple, navigation based template by creating a new Master-Detail Application project and then unchecking the use Core Data.

This should create a basic, Navigation based template which you can then use when going through books.

Hope this helps.

-Flea

share|improve this answer

I never could figure out why Apple removed these templates. Perhaps they were so enamoured of their xib-file editing tools they thought it was really unnecessary. For you really can just create a project using the single view template, and then adding the Navigation controller from the Storyboard editor (or Interface Builder). See Navigation based application in Xcode 4.2 and its duplicate for more details.

One advantage to using this method instead of "Master-Detail" is that the names match what you expect from Xcode4 better this way.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.