SlideMenuControllerSwift icon indicating copy to clipboard operation
SlideMenuControllerSwift copied to clipboard

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.

Results 102 SlideMenuControllerSwift issues
Sort by recently updated
recently updated
newest added

Is this cocoapod maintained? If so: could we work on making it compatible with the latest OS and Swift versions? If not: could you add a deprecation notice to the...

@dekatotoro Please update SlideMenuControllerSwift to latest version of Swift 5.0

Hi, maybe I do something wrong, but when I add LoginController and check if I logged or not logged in then I see 2016-03-09 03:59:50.400 SlideMenuControllerSwift[2738:84867] Unbalanced calls to begin/end...

On iOS 13, apps freezes when trying to open or close the left menu by pan gesture. Having 100% load on the cpu. When overwriting the gesture handler, using only...

Hello @dekatotoro, @Pluto-Y , I have quite an issue while using the SlideMenuController with a mainViewController being an UITabBarController. Here's my case : I have a tab bar with two...

I am having a view controller which is having a button inside it. On clicking the button another view controller B is presented on to it. Now if i swipe...

[Update for Swift 5.0 Support](https://github.com/dekatotoro/SlideMenuControllerSwift/commit/78d151960ed4c87fcc2f8b1613eeac1869f160f7) - Update `podspec` to set `version` to `5.0.0`. - Update `podspec` to set `swift_version` to `5.0`. - Update project targets to have `9.0` Deployment Target...

[video.mov.zip](https://github.com/dekatotoro/SlideMenuControllerSwift/files/3660851/video.mov.zip) This is a video I am facing this issue. If you have any idea to solve this issue please let me know. Thank you so much in advance.

`SlideMenuController` Pod has been updated to support the Swift 5. Right now it's using Swift 4.

If one of you views uses prefersHomeIndicatorAutoHidden it will not get called because SlideMenu actually blocks the call. To avoid this from happening add this code in SlideMenuController.swift ``` open...