I have an app created on SWRevealViewController on iPhone but now Client wants to create iPad app. And all Viewcontroller created using XIBs.
He wants UISplitViewController like UI(Landscape Mode) which is difficult to convert whole app.
When I run app on iPad everything works Perfect on SWRevealViewController.
but I want to implement UI Like UISplitViewController.
Is it possible to convert SWRevealViewController To UISplitViewController without changing Navigation code.
Is there any feature available in SWRevealViewController to handle UI as UISplitViewController ?
Any help Will be appreciated