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?