MMDrawerController icon indicating copy to clipboard operation
MMDrawerController copied to clipboard

A lightweight, easy to use, Side Drawer Navigation Controller

Results 103 MMDrawerController issues
Sort by recently updated
recently updated
newest added

Description: I encountered an issue with MMDrawerViewController where I am getting the following error in the console: "[framework] CUICatalog: Invalid asset name supplied: '(null)'". Steps to Reproduce: Initialize MMDrawerViewController with...

This pull request respect to #522 . If you use Swift Package Manager, please refer to this branch. https://github.com/kitwtnb/MMDrawerController `support-swift-package-manager`

Right & Left Drawers show bottom bar / black gap of UITabBar height when using the mmdrawercontroller as the rootviewcontroller of a navigation controller of a tab bar controller item...

bug

Please let me know how to use this in swift 5 with Xcode 11. and how to use this in scene delegate class.

I'm currently using the drawer and I'd like a way that when I have it in a popover of a wide-enough size, that the same component can be used, except...

Thank you GitHub you are awesome 👍

I have used mm drawer in objective c project, getting crash on opening of mm drawer. In the lower versions working fine. Method Name: -(void)openDrawerSide:(MMDrawerSide)drawerSide animated:(BOOL)animated velocity:(CGFloat)velocity animationOptions:(UIViewAnimationOptions)options completion:(void (^)(BOOL...