Closed Leoshu closed 8 years ago
@Leoshu What version do you use now?
pod 'SlideMenuControllerSwift', :git => 'https://github.com/dekatotoro/SlideMenuControllerSwift.git', :branch => 'swift2.1'
maybe it is "version up 2.0.4"
Excuse me. where can I find the version info.
Maybe you can update to the master version? Can you update the swift version?
I develop in swift 2.1. Should I still use master branch?
No, the master has support to the newest swift version.
OK. thanks. Let me try it.
It works pretty good at version SlideMenuControllerSwift 2.1.1. Thanks a lot.
Have you fixed the bug?
If SlideMenuController.init(mainViewController: UIViewController, leftMenuViewController: UIViewController), after device rotate ,the method that isRightOpen() always be true. So, handleLeftPanGesture(panGesture: UIPanGestureRecognizer) will not work correctly.
My workaround: