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

Hi, we've made some additions to side menu component. Maybe you will consider these changes are useful for the main repository.

Right now it is not possible to chose if you want the status bar to be shown or not in the current top view controller and there may be cases...

When We open the left menu and toggle the In-Call Status bar on the simulator that time its CenterViewController is removed and when we call - (void)toggleLeftSideMenuCompletion:(void (^)(void))completion It just...

Hi all, The left side panel on an iPhone 6 plus device has a bottom undesired padding. It seems that somehow the height is not properly set. Has anyone a...

Such as Toolbar Item tap event and others. Fix,change to : ``` objective-c - (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch { if([gestureRecognizer isKindOfClass:[UITapGestureRecognizer class]]){ if (self.menuState != MFSideMenuStateClosed) { return YES; }else{...

I have to a view controller and I need to enable pan mode in it. I did it like this -(void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; self.menuContainerViewController.panMode=MFSideMenuPanModeDefault;//enable pan mode only rootview controller...

enhancement
question

Hi mike, Sometimes it shows blank screen randomly like this. ![img_0021](https://cloud.githubusercontent.com/assets/5609616/7508208/3664faf4-f49a-11e4-958a-b002624e388c.PNG) Some times it works perfectly.

Hi, I've been happily using MFSideMenu 0.4.6 for some time, however with iOS8, there's a bug when calling... [self.sideMenu setMenuState:MFSideMenuStateClosed]; .. from a row, that fails to hide the side...