aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.52k stars 359 forks source link

SplitView for ipad #19

Closed nullproduction closed 10 years ago

nullproduction commented 10 years ago

Hello. Whether it is possible to do for ipad SlideMenu displayed as UISplitViewController?

alt text

aryaxt commented 10 years ago

Why not use a splitView instead? If you don't want slide functionality you shouldn't be using SlideNavigationController. Just add a UIView to the left of a ViewController, and a UINavigationController to the right.