MFSideMenu icon indicating copy to clipboard operation
MFSideMenu copied to clipboard

Facebook-like side menu for iOS

Results 66 MFSideMenu issues
Sort by recently updated
recently updated
newest added

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: ![15 2014 10...

Hi I can se in the code that when we set the centerViewController a new shadow is created using the `+ (MFSideMenuShadow *)shadowWithView:(UIView *)shadowedView` method. This shadow overides the one...

![ios simulator screen shot sep 9 2014 10 52 17 pm](https://cloud.githubusercontent.com/assets/556494/4212117/1cebab60-3896-11e4-89eb-3bfcdf89a4b9.png) 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...

bug

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...