I am developing a Document based application (Imagine something like Keynote, with a table view containing the slides and a right part as editor). I would like to use the UISplitViewController
as main View Controller for my document.
Unfortunately, I cannot find any example to achieve this. All the examples I have are using Storyboard and are not using UIDocument
.
Any idea how I should do?