I'm creating an App for Ipad, I created 3 views with a navigation bar but I would to start my application not in first but in second view, what can i do?
|
feedback
|
|
You can setup UINavigationController with an initial navigation stack via
| |||||||
feedback
|
|
Initialise your navigation controller on startup programmatically with 2 controllers already in stack:
Or alternatively you can make your 1st controller push the second one on startup - see Apple's DrillDownSave sample for that technique. | ||||
feedback
|
|
Follow somesteps as: 1.open the 2.click on Tool and open 3.Open 4.in
5.In @class viewControllername; | |||
|
feedback
|