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..
|
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.. |
|||
|
|
|
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/ |
|||
|
|
|
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 |
|||
|
|
|
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. |
|||
|
|