-8

Possible Duplicate:
Xcode 4.2 creating navigation based application

I am using Xcode 4.2, in earlier version of Xcode apple have provided template for navigation based application, but in Xcode 4.2 there is nothing called NavigationController.

How can we create navigation based application in Xcode 4.2

Community
  • 1
  • 1
krishan
  • 129
  • 1
  • 1
  • 5

1 Answers1

0

For iPhone, you can use a master-detail view controller, or a simple view controller and edit the storyboard

Garoal
  • 2,364
  • 2
  • 19
  • 31