iOS-Slide-Menu icon indicating copy to clipboard operation
iOS-Slide-Menu copied to clipboard

How to use it inside UISplitViewController?

Open firstpixel opened this issue 11 years ago • 1 comments
trafficstars

I have tryed using it inside a UISplitViewController masterView, all seems to work, but there is no leftmenuviewcontroller, it displays a gray area. Seems the SlideView is not initialized, same happens if I start from a embed container view. I'm using storyboards.

firstpixel avatar Nov 04 '14 17:11 firstpixel

I create a SplitViewController as initial view controller , and embed a SlideNavigationController as master, I have added the same code provided on the sample code on the AppDelegate, it is on the storyboard, the button is there, I can drag the view, or click on the button, but the LeftMenuViewController is not showing.

If I change the "is initial view controller" to the SlideMenuViewController, it works, is there a way to have the SlideMenuViewController inside another NavigationController like SplitViewController?

firstpixel avatar Nov 04 '14 20:11 firstpixel