SSASideMenu icon indicating copy to clipboard operation
SSASideMenu copied to clipboard

A Swift implementation of RESideMenu

Results 30 SSASideMenu issues
Sort by recently updated
recently updated
newest added

The collection view in content view controller jumps a little to top on presenting side menu, and when the side menu is dimissed the content moves back to its original...

Shadow issue in Swift 4 iOS 11 simulator. Please give me the solution to remove this issue. ![screen shot 2017-07-26 at 4 03 46 pm](https://user-images.githubusercontent.com/2745098/28617107-af971202-721c-11e7-8750-040bea69fa2d.png)

Hey, I am using SSASIDEMENU ik my project, but i don't want scale feature in menu. can u please suggest

Do not want to alloc init my contentview controller when i select it from the sidemenu

How to increase or decrease menu width in this Side menu?

When we modify the side menu tableView of any other its not working any solution

``` var storyboard:UIStoryboard = UIStoryboard(name: "Main", bundle: NSBundle.mainBundle()) sideMenuViewController?.contentViewController = UINavigationController(rootViewController: (storyboard.instantiateViewControllerWithIdentifier("NotificationViewController") as? NotificationViewController)!) sideMenuViewController?.hideMenuViewController() ``` its go to that view controller but all property and object it nill and...

When i set the `fadeMenuView` property to false, the menu remains hidden while panning gesture. I guess the line 987 should be this way: `menuViewContainer.alpha = fadeMenuView ? delta :...

Thanks for you effort~ It is really a nice side menu in swift 3.0 My question is, if I do not needed the right menu, how do I disable it,...