Xamarin.SideMenu icon indicating copy to clipboard operation
Xamarin.SideMenu copied to clipboard

An elegant side menu for iOS

Results 8 Xamarin.SideMenu issues
Sort by recently updated
recently updated
newest added

Below ios V13.0 calling constructer of UISideMenuNavigationController shows black screen on first time open app . on the second time it works perfectly

how to control of side menu dismissal of tapping outside menu

I'm using UITableViewVibrantCell. It seems to me that the cell height does not adapt to the image height. How can I solve this problem ? Thanks in advanced.

NavigationItem.SetLeftBarButtonItem(new UIBarButtonItem(UIImage.FromBundle("menu.png"), UIBarButtonItemStyle.Plain, (sender, e) => { PresentViewController(sideMenuManager.LeftNavigationController, true, null);

Ok, I have this case: I have a UINavigationController, and its rootviewcontroller is a common view. I tried to use it with sidemenu, and the view simply doesn't appear on...

**Describe the bug** With the 'FadeStatusBar' switch set to 'Off' in the example project, the menu is overlaid with a black box after changing the orientation of an iPad from...

Hi, I've been using this neat component for a new app that I'm working on. But since I updated to ios 11 I have a gap above the navigationbar of...