Two UINavigationControllers side-by-side on iPad iOS 4 without UISplitViewController
How can I create an interface like the settings app on the iPad where the left side does not collapse as does in the UISplitViewController?
I need to create a UI where the left (master if you will) is a UITableViewController and the right pane (detail) is a UINavigationController.
Any help is greatly appr开发者_如何学Ceciated. I had a UI previously using a UISplitViewController but as of iOS 4 on the iPad regardless of what I do it hides the master (left) view.
Thank you
You may wish to check out Matt Gemmell's MGSplitViewController.
u can do this by taking two layers, i.e, divide your screen(view) into 2 layers by setting the frames. Now, u can do what ever you want with them since they are 2 independent views.
I think your looking for APSplitViewController
精彩评论