andreamazz / SlideOutNavigation

SlideOut Navigation Controller for iOS.
MIT License
210 stars 49 forks source link

Adding the menu behind UISplitViewController #72

Closed scascacha closed 10 years ago

scascacha commented 10 years ago

I'm creating an app, the iPhone part works just fine, but in the iPad side I need to use an UISplitViewController as the main window. I can't added it normally because an UISplitViewController can't be inside of a UINavigationController. Is there a way to handle this?

andreamazz commented 10 years ago

Hi @scascacha The Slideoutcontroller is supposed to replace the split view controller, so you should use it on the ipad as you would on the iphone.

scascacha commented 10 years ago

Got it! Thanks!