I have been working on this for some time now and just cant quite get it to work… Has anyone implemented a MGSplitViewController app using storyboards in iOS 5? I just cant get anything to show up like in the example project and was wondering if there were any tutorials or just steps to getting this to work…
Thanks
iOS 5 allows you to custom create View Controller containers.
Refer to “Implementing UIViewController Containment“. They have a sample project demo, but not sure if they have published the source code.
I think you can create a root ViewController that holds two more child ViewControllers
Child 1 – Has
UITableViewand is aligned left.Child 2 – Has
UIViewfor the details on the right.MGSplitViewControllerstyle transition could be achieved throughtransitionFromViewController:toViewController: