I am stuck on something in my ipad project. Now I have a UIViewController and I want to add UISplitViewController as a subview. How can I achieve this?
[myViewController.view addSubview:mySplitviewController.view];
Is this what you're looking for?