Aakil Ladhani
Aakil Ladhani

Reputation: 982

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

Upvotes: 3

Views: 1596

Answers (1)

Paras Joshi
Paras Joshi

Reputation: 20551

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.. :)

Upvotes: 1

Related Questions