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

Hi, I have implement drawer on both sides. When my app starts in portrait mode and then I present a view controller(not by opening any of the drawer) after that...

I noticed that leftWillClose/rightWillClose delegate methods are not called when the pan is cancelled, while in reality they should. These changes address this issue.

There is a retain cycle in SlideMenuController.swift Use weak or unowned to fix it. Here the solution: ![screen shot 2018-05-17 at 09 46 24](https://user-images.githubusercontent.com/738681/40166785-5595c0e0-59b7-11e8-8bb5-68edd958387f.png)

Hi, Great pod! I've set `SlideMenuOptions.contentViewScale = 1` because I don't want my content view to change it's size when the menu is opened. But once I do that, the...

Thanks for the great library. But, we are facing some issue, i.e, I have added 5 viewcontrollers to leftviewcontroller. so its showing 4 rows in left side tableview. But, I...

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...

As a subject When I'm importing this show error , No Such module :(

help wanted

This PR contains 2 commits: First one adds check for pan gesture direction. If `lockPanDirection` is enabled it reacts only on horizontal gestures. Second one adds corner radius to the...