0

I want to navigate from a Tableviewcontroller to a new site which contains a splittview.

So i created an UIViewController and added the splitview with the IB. My question is: How can I add the splittView to the View of my UIViewController?

or is it only possible to add a splittview out of an appdelegate?

DeFlo
  • 141
  • 1
  • 1
  • 9

1 Answers1

0

Maybe this question will help? A UISplitViewController must be the root view controller of your application

Community
  • 1
  • 1
Clint Warner
  • 1,265
  • 1
  • 9
  • 25
  • Ok, Thank you. And there is no change that the UISplitviewcontroller is not the root view? – DeFlo Nov 21 '12 at 11:32
  • You could always make your own split viewController. But the UISplitViewController must be the root viewController of your entire application – Clint Warner Nov 21 '12 at 13:19