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

I have just opened menu in portrait mode Than I rotated device to landscape and menu get hidden. and vice versa. What is the issue @dekatotoro ?

Hello. Is there a way to prevent the menu from closing when the user touch outside of it ?

Hi, I want to close menu when user tap on outside of UITableView. How can i close? ![Menu](https://user-images.githubusercontent.com/25056820/62349345-1b682580-b51d-11e9-8201-1aa6c476eefd.png)

We have a TabBar based application, that using this library to implement the slider menu. The application is working without error in iOS 12.0, but its not working in iOS...

SlideMenuOptions.leftViewWidth = 50 I used this line but not working for me.

please give me update it and solve this problem main viewController ![1](https://user-images.githubusercontent.com/37914241/59805063-e733ff00-92f8-11e9-979d-ba73f235d1e0.PNG) RightViewController ![5](https://user-images.githubusercontent.com/37914241/59805102-029f0a00-92f9-11e9-9bbd-b2b7d5da8451.PNG) LeftViewController ![4](https://user-images.githubusercontent.com/37914241/59805113-0df23580-92f9-11e9-9e18-eb6bf7c8821c.PNG) MainViewController while open Right Menu ![2](https://user-images.githubusercontent.com/37914241/59805160-26fae680-92f9-11e9-9fb3-49e03062fb27.PNG) MainViewController while open Left ![3](https://user-images.githubusercontent.com/37914241/59805186-367a2f80-92f9-11e9-842a-c69f3f6e8cbe.PNG) Menu

``` leftTapGesture = UITapGestureRecognizer(target: self, action: #selector(self.toggleLeft)) leftTapGesture!.delegate = self view.addGestureRecognizer(leftTapGesture!) ``` This code in **SlidingMenuController** is conflicting with TableView. For this particular code the didselectrow is not working rather...

- Swift5 Compatible . - Replace substring deprecated method of String extension