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

Fixed issue of black bar on bottom when either side menu is open. Side menus now have full screen support.

We ran into issues where the shadow does not change on rotation. ### Possible Solution For us, we pulled the shadow draw methods up to the root view controller, but...

Hi I have used this plugin in my one of iOS application. I found that in some pages when I go into background & then when I come back, our...

How to push a view controller and show at center view after selecting a row from left/right side menu items. For eg: Left CenterView Right (select the row from right...

I was looking to see if there may be a way to dynamically add menu items or sections to MFSideMenu. I didn't see any examples that showed that. Is it...

User viewing the menu image in a full screen, then on scroll down it should automatically close the image. This is a generic feature of iOS. How to achieve this....

Hi, We are facing one issue when using MFSideMenu library. Actually we have one table view with the MFSideMenu’s centralViewController and we have enable swipe to delete on UITableView. But...

Xcode 7.x warning fixed based on, - Orientation - `fabs` method

I have a UIViewController with pan mode enable and a [TTRangeSlider](https://github.com/TomThorpe/TTRangeSlider) in this view controller but when ever i touch the slider to change the value it also opens the...

m using MFSIDEMENU in my swift project its creating new instance every-time, and when m trying to open webView its giving me error that - Pushing the same view controller...