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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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..
🙂