Search code examples
objective-cipaduinavigationcontrolleruisplitviewcontroller

Custom UISplitViewController


I would like to make UISplitViewController customized like on the image below. You can see that master is navigation controller.

Is this possible to do with UISplitViewController?

enter image description here


Solution

  • So, What's wrong with that. If your app is for "Landscape Mode Only" then You have to just cut your Image File into 3 Parts and then you can use them easily with Different Controllers of Split Views.

    Answer : The Game is all about "Dividing your Main Image in Required Parts".

    Like this :

    enter image description here