SlideMenuControllerSwift
SlideMenuControllerSwift copied to clipboard
Menu slides back in on device rotation
Hi, If Slider menu is open and we rotate device (from portrait to landscape or vice-versa), the menu automatically slides in. Is there a way that we can make sure that Slider does not automatically moves in when device is rotated?
Got it to work Comment out the coordinator.animateAlongsideTransition block in the viewWillTransitionToSize function of SliderMenuController.swift. Also make sure that leftContainerView.hidden is set to false.
Not perfectly work @AmulJadhav