Closed justdan0227 closed 6 years ago
Like SW?
Yes sorry like SW. I need the hamburger menu to slide over with the menu and slide the current view controller
Use:
self.revealViewController()?.isLeftPresentViewOnTop = false
The same property exists also for right view (isRightPresentViewOnTop)
WOW.. ok this library rocks! Yep that worked perfectly! Thanks!
Welcome! You can test the sample project named "ExampleWithSwiftLibrary" in the repo for severals parameters. Open the left menu and select Settings:
Does this have the ability to slide the main view controller along with the fly out menu or is it only overlay?