AMSlideMenu2 icon indicating copy to clipboard operation
AMSlideMenu2 copied to clipboard

Sliding Menu for iOS (Left and Right menus). Multiple storyboards and XIBs support.

Results 20 AMSlideMenu2 issues
Sort by recently updated
recently updated
newest added

Currently, we have segue flow only to add Left and Right ViewController, think about people who don't use storyboard in projects please add init with left and right viewcontroller or...

Hello, I have a question that I can't solve. I'm using your framework, but I want to show the Left menu only in the main view and not in other...

This code is broken, because it never triggers the viewwillAppear or the viewwilldissappear original methods, why would you enable the pan if the programmer has already disable it?? how can...

Hi, thanks for the library. I have noticed that for each press of one of the menu options, a new MainVC, LeftMenuVC y RightMenuVC is instantiated and the previous one...

Hi, I have noticed that sometimes when menu is closing with animation, the left view disappear before the end of the animation. However, I found that solution is just move...

#In many points of code you initialize `AMSlideMenuContentSegue` with identifier @"ContentSugue". Should be checked and fixed! ![screen shot 2017-03-07 at 15 07 30](https://cloud.githubusercontent.com/assets/758538/23659854/d6055a14-0347-11e7-9db9-d880fe0a84b1.png)

ContentView is not going to scale down (small) as displayed in gif image. Is there any option from which I can make small my content view while opening leftMenu?

Good day someone could explain how to pass parameters between views I tried different ways but I have not found a solution

Hi, [self mainSlideMenu] return nil after second call of MainVC, I use the storyboard version and the MainVC. The difference I see compared to your example is that the view...

Hello, In GIF image provided in starting it is shown that when side bar is opened the side bar view covers the full screen including the status bar and the...