Search code examples
iosobjective-cipaduisplitviewcontrolleruisplitviewdelegate

change the position of Masterview from left to right in Splitviewcontroller


I have created on Split view controller which has master view on left side as default.Now I want that Masterview on rightside(as a Secondview) and detailview on leftside(As a first View)? Is it possible if yes How can i do that?

-Thanx in advance


Solution

  • i think if you use custom split-view then its possible i think so... you can use some code of MGSplitViewController.. bellow is link of MGSplitViewController Demo...

    https://github.com/mattgemmell/MGSplitViewController

    you can get some idea from this Demo... Hope this help you.. :)