Vince
Vince
> Maybe to indicate it is pressed? hmm, the clicking is done. i mean the action and purpose of the button is done already. because i am not setting it...
having same problem here.
I also see this in my crash logs stack trace when I submitted my app on App Store and they reviewed it. Please shed some light on this issue.
solved this by putting on viewWillAppear of the navigationcontroller subclassing ENSideMenuNavigationController self.sideMenu?.allowLeftSwipe = false self.sideMenu?.allowRightSwipe = false self.sideMenu?.allowPanGesture = false