MFSideMenu
MFSideMenu copied to clipboard
Facebook-like side menu for iOS
hit any menu button and the menu view shows just black. Issue seen in iOS 14.3, iPhone X. Works fine in iOS 13, iPhone 8.
How to move to specific tabbar index from sidemenu.
 I am not able to see drawer menu, as previously it was working fine, but now its not...
hello how are you? could you please tell me how to add the side menu to sigle view controller not for the whole App thanks in advance
We can disable pan mode of the center navigation controller. But I need to know, how to disable pan mode of center navigation top view controllers and enable iOS default...
I'm facing problem with the left & right side views when it's opened it's cover the status bar and navigation bar as pictures, So how can I show my navigation...
Hi ; There is black bar on the bottom of side menu... Also side menu not resizing properly on phone call ![ios simulator screen shot feb 9 2015 3 34...
Thanks for MFSideMenu bar . I am wondering how we can present the Left Side bar menu on my View. Actually it is presenting behind My View . Note :...
``` - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; MFSideMenuContainerViewController *container = [MFSideMenuContainerViewController containerWithCenterViewController:[[UINavigationController alloc] initWithRootViewController:[[MainViewController alloc]...
Added a BOOL property that determines if the rotation methods result should be taken from the top view controller of a navigation controller (in the case of a UINavigationController being...