Questions tagged [mmdrawercontroller]

a lightweight, easy to use, Side Drawer Navigation Controller

MMDrawerController, found at http://github.com/mutualmobile/MMDrawerController, is a side drawer navigation container view controller designed to support the growing number of applications that leverage the side drawer paradigm. This library is designed to exclusively support side drawer navigation in a light-weight, focused approach while exposing the ability to provide custom animations for presenting and dismissing the drawer.

90 questions
2
votes
1 answer

How to make my button center in navigation drawer and also remove the edge shadow using swift?

I need to create a navigation drawer. I am using swift and iOS 8. For creating navigation drawer I am using MMDrawerConroller library It is working great. But I am facing some problems. In left drawer I put the button and as well as label both…
2
votes
4 answers

Detect when the drawer is closed while using MMDrawerController

Is there any way we can detect when the drawer is closed by dragging the center container? I wish to perform certain actions everytime the drawer is closed..
genaks
  • 757
  • 2
  • 10
  • 24
2
votes
0 answers

Mmdrawercontroller change centerNavController with animation

In my Swift app i use code like this to navigate to another ViewController. var centerViewController = self.storyboard?.instantiateViewControllerWithIdentifier("someVC") as! someVC var centerNavController = UINavigationController(rootViewController:…
moonvader
  • 19,761
  • 18
  • 67
  • 116
2
votes
1 answer

MMDrawerController and constraints

I am using MMDrawerController to show menu in my app - i use one of my ViewControllers for this. I have problem some problems with constraints. When my menu VC is loaded for the first time - it show all elements in left corner and after second they…
moonvader
  • 19,761
  • 18
  • 67
  • 116
2
votes
2 answers

swift MMDrawerController: want to change rootViewController

I am using MMDraweController. It work perfectly. I have problem with rootViewController. When app starts it load loginViewController. So I dont want side bar menu there (loginViewController doesnt have any navigation controller). My problem is using…
Yestay Muratov
  • 1,338
  • 2
  • 15
  • 28
2
votes
1 answer

Who has been using MMDrawerController, gestures conflict how to solve

I want to use MMDrawerController in my project.My home page has a Scrollview and two tableview in scrollview.So left slide and right slide MMDrawerController not work.please help me .I saw [self.drawerController.centerViewController myCustomSubview]…
2
votes
1 answer

MMDrawerController keep center view controller completely visible

I've got an MMDrawerController in the iPhone version of my app and I love it! I'm working on my iPad implementation now. I would like to keep the left drawer open all/most the time and use it sort of like a split view controller. (I'm not using a…
Kenny Wyland
  • 20,844
  • 26
  • 117
  • 229
1
vote
0 answers

Can I make the whole drawer clickable with MMdrawerController?

I'm using MMdrawerController for an Objective-C project and it works well using this hamburger icon on the drawer to trigger it to open and close. When the drawer is closed, it rests at the edge of the right side of the screen until it's opened…
1
vote
2 answers

Change status bar height, based on if the device is an iPhone X or not

In my application, I use a custom pod called MMDrawerController, to create a dummy status bar, unfortunately in the pod the status bar's height is always set to 20. In order to fix this issue I have written the following code: App…
user8193429
1
vote
1 answer

MMDrawerController error when reducing center screen alpha

I am using MMDrawerController to create a sidebar in my ios app, i have succesfully implemented it, however i am trying to reduce the alpha of the center view when the sidebar displays, as you typically see on most apps with a similar feature,…
Al Hennessey
  • 2,395
  • 8
  • 39
  • 63
1
vote
1 answer

Why isn't the side menu opening the second time I use it ? (MMDrawerController + UITabBarController)

I have a table view in my side drawer. When I tap on one of the cells, everything opens and works fine. Now the second time when I try to open the side drawer, it wont open (even if I try to tap on the button or swipe right). The side menu is…
1
vote
0 answers

After coming back to Root_View Navbar buttons for slide menu doesn't work anymore

I use swift3 and MMDrawerController for creating slide menu. the MMDrawerController codes are these, which are on appdelegate : let mainStoryBoard : UIStoryboard = UIStoryboard(name: "Main", bundle: nil) let homeViewController =…
Ahmadreza
  • 6,950
  • 5
  • 50
  • 69
1
vote
2 answers

MMdrawercontroller: click on the centerVC when the left menu is opened

I use MMdrawercontroller in my objective-c application to display a left menu. I want when the menu is opened, to enable the click on the little part displayed of the centerVC. How can I do that?
Ne AS
  • 1,490
  • 3
  • 26
  • 58
1
vote
0 answers

Accesing function in current center view controller in MMDrawerController

I want to update the content on current visible center view controller when selection change in right side bar, Left side bar : changes the center view Right side bar : lists items available, on selection change center view should update the content…
drac13
  • 112
  • 9
1
vote
2 answers

MMDrawerController: pushing viewcontroller form application open URL

I've got an app that is a list of itens in a table view and displays a detail view controller to every item on the table view. It also implements MMDrawerController (root view controller) as a side menu with storyboard. I'm deep linking my app and…
Rafael Nascimento
  • 309
  • 1
  • 4
  • 14