I could not find any Navigation Based Application template in Xcode. As of now, I am just pushing the viewControllers to the stack and then building the application. I wanted to know how can we create a navigation开发者_开发知识库 based application where we can set a RootViewController and add the viewControllers onto it.., So that it would be easy to add the NavigationItems to the navigation bar in every view. Thanks
Here is a tutorial for it: Tutorial
How to add this tempelate: add template
Apple suggest to use split-View based application on iPad, Read below for the iOS project types.
Creating an iOS Application Project
Read the blog post
All about iPad: Resolution, UI Elements, Gestures, UX Guidelines
精彩评论