iOS-Slide-Menu icon indicating copy to clipboard operation
iOS-Slide-Menu copied to clipboard

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook

Results 97 iOS-Slide-Menu issues
Sort by recently updated
recently updated
newest added

When you open the left slide menu you can see all the View Controller but you cannot click on the button, like if there were an invisible layer preventing to...

UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"Main" bundle: nil]; ``` LeftViewController *leftMenu = [mainStoryboard instantiateViewControllerWithIdentifier: @"LeftViewController"]; [SlideNavigationController sharedInstance].leftMenu = leftMenu; ``` menu transition work well ... but the side menu render blank...

Hello All, Currently, I am facing an issue related to the UI layout whenever I tap on the Slide Menu Button. This issue persists in all the post-iPhone X devices....

An issue a client of mine faced was with loading interstitial ads on top of the root controller. The current library doesn't present a way to clean up the menu...

Hi, according to my user type, when logging, i have to show different "leftMenu". So, when the user1 login, should be show leftMenu1. When the user1 logout, and the user2...

enhancement

how to use Slide navigationController in swift 4. please help to resolve the issue

I made a small change to tracking menu view horizontal position. It's helpful to customize main view's attributes while opening the menu view

after login home page coming and click on left menu bar button and viewDidLoad is called on "LeftMenuViewController". after that click on the profile button then again I want to...