Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

cjor10

macrumors newbie
Original poster
Jan 18, 2011
2
0
Hi, I'm new to ipad development i'm working with a splitview based app and i would like to know how can I use NavigationController in the detail section of the template in order to push to another view when a button that I've added is pushed.
I appreciate your help:confused:
 
I haven't done an iPad app yet, so I haven't experienced the SplitViewControllers.

But if you have a NavigationController..does [navigationController pushViewController:viewController animated:YES] not work?
 
That is my problem the navigation controller is controls the root view section of the split view template and i want to implement that in the detail view section in order to switch only the detail.
 
Since you're using the Split View-based template, the view controllers of the split view are set up inside MainWindow.xib. You'll want to find a way to either adjust things in Interface Builder to suit your needs or scrap the template and roll your own split-view using, I would suggest, a simple Window-based App.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.