MFSideMenu
MFSideMenu copied to clipboard
Facebook-like side menu for iOS
Hello, My problem is not critical, but it can get pretty annoying from time to time. I am working in an app similar to Facebook (as can be seen in...
Hi; I have a side menu in my application. In iPhone 4s, I cannot see the last 3 menu items. What is the way to enable the scroller?
The space's height is 20px, so I think it has something to do with status bar. Here is the snapshot of MFSideMenuDemoBasic running in iOS 7 Simulator:  The image above inserted this menu code and now the center view doesnt expand all the way to the...
Hi, I am using this sample in my application with Tabbar Controller and adding as Root View Controller for main window. Its working fine but only issue is there ,...
Could you add MFSideMenuState notification to the leftMenuWillShow and rightMenuWillShow methods? It necessary when you need to remove keyboard immediatly after pan gesture. Here is working fork of your project...
Nice sidemenu, well done! Thanks! But why do you recreate a new gestureRecognizer every time the methods centerTapGestureRecognizer and panGestureRecognizer in MFSideMenuContainerViewController are called? Maybe you'll overflood the view with...
Push from a portrait view controller to a landscape view controller. Use the SideMenu in the landscape view controller to make a selection in the previous portrait view controller. Normally...
The view opens as in Portrait when you open it in Landscape on iOS 7 : How to replicate it: Start in landscape mode. Have a table view on the...