MFSideMenu
MFSideMenu copied to clipboard
Facebook-like side menu for iOS
Wanted to add an elastic effect similar to the Wunderlist 2 iOS app. To keep consistent with existing API, elastic is off by default and needs to be enabled. Let...
FIrst of all i'd like to say i love your work , if you can help me fix this small issue that'd be great . when app opened in landscape...
Im developing app which require tabbar and side menu. so i used tab bar demo but its tab bar and navigation bar both are moving during sliding. I want tab...
To recreate the issue (using DemoBasic for example) 1. Open left side menu 2. Hold & drag DemoViewController from right to left (only a third of the screen to the...
I try to use UIScrollView in leftSideMenu for my items, but with no success. Can i make scrollView to work or i need to use only tableView if i want...
If you have UISlider on left/right menu view controller, slider gesture recognizer fails and you're unable to slide the slider. Solution is to add ``` javascript if ([touch.view isKindOfClass:[UIControl class]])...