Search code examples
ipaduisplitviewcontroller

UISplitView in UIViewController


Hi I am working With Ipad Application
I want to Add UISplitView to UIViewController and it Should be in Programmatic approach Can Any one help me how to get out of this
i have added split view to the UIWindow and Worked Fine ,But i need to add UISplitView to UIView Controller, when the User Taps a button in Main Screen it goes to detail View and the detail view should be UISplitView
Thx in Advance


Solution

  • I would suggest MGSplitViewController. It has a similar API to the regular, but with many extras. One of which is ability to add it as subview.