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
0
votes
1 answer

Tap gesture for navigation controller in iOS (MMDrawerController)

I am building an app for that I have used MMDrawerController as my slide navigation controller. I have gone through their documentation but did not find any code specific to gestures as such. Can you help me out over here.
phadte viraj
  • 67
  • 2
  • 7
0
votes
1 answer

Custom UIControl element with global state for all instances

I have drawer controller presenting menu in the iOS app. This menu is toggled by pressing menu buttons (UIButton) available on each screen. As you can see in the mock: menu buttons can have red dot showing that new content is available - for this…
moonvader
  • 19,761
  • 18
  • 67
  • 116
0
votes
1 answer

How do I open a particular screen for a remote notification if I'm using mmdrawerController

I have a project in which my VCs are embedded in MMDrawerController. Problem I have received push notifications in my appdelegate but I don't know how can I open that particular screen for which I have received the notification. Making VC as…
0
votes
0 answers

Navigation Bar not showing color and bar button item on adding MMDrawerController

I have added MMDrawerController to my project,before using MMDrawerController the navigation bar was appearing as desired in black color and the bar button item was also visible but when I added MMDrawerController to the project ,the navigation bar…
Prez
  • 227
  • 3
  • 12
0
votes
1 answer

MMDrawerController: detect menu close action or swipe gesture

I want to detect when the menu is closed. I found this SO solved question. In the comments of the accepted answer, they say that this method: -(void)setGestureCompletionBlock:(void(^)(MMDrawerController * drawerController, UIGestureRecognizer *…
Ne AS
  • 1,490
  • 3
  • 26
  • 58
0
votes
3 answers

Hide keyboard in iOS for any view?

There are similar questions but they are all about cases when they know which view is editing. In my case I have a local notification and I want to hide keyboard when app becomes active with it. In the same time I have a complex navigation which…
0
votes
2 answers

I have an error to add a root view handler in AppDelegate

I am developing an application in which the launch screen is similar to Twitter and I wanted to implement a navigation drawer with MMDrawer, but I have an error that says "UIViewControllerHierarchyInconsistency ', reason:' adding a root view…
Rodrigo
  • 19
  • 6
0
votes
1 answer

How do I add MMDrawerController only to one tab of TabBarController?

I'm using a Tabbarcontroller and I want a side menu in the first tab of the tab bar. For the side menu I'm using MMDrawerController. I'm using storyboard How should I proceed ?
0
votes
1 answer

Mark mobile app menu button when there are new items

There are few ViewControllers in my app and all of them have menu button. When this button is pressed - menu ViewController is opened. I want to mark menu button with red dot showing that some new content is available and user need to press menu…
moonvader
  • 19,761
  • 18
  • 67
  • 116
0
votes
1 answer

MMDrawerController navigating to another view controller when I click on the leftViewcontroller cell

I am implemented MMDrawerController for my application when I clicking in the leftView cell I need to navigate to another view controller as a new controller ,but if I am pushing the view controller its opening in the same left view only its not…
user5668173
0
votes
1 answer

MMDrawer Library in Swift Project for Side drawer, how to close drawer?

I am using MMDrawer Obj C library to open left drawer in my Swift project, Everything works fine, but while tapping on CenterVC, nothing happens(it is not closing drawer), earlier in obj C project, it is working fine.
Renuka Pandey
  • 1,730
  • 2
  • 15
  • 27
0
votes
1 answer

Scrolling Stopped with MMDrawer iOS Objective c

I'm using UIScrollView on my ViewController And Also used MMDrawerController Implementation Is As: UIStoryboard * storyboard=[UIStoryboard storyboardWithName:@"Main" bundle:nil]; UIViewController * leftVC=[storyboard…
saurabh_mishra_08
  • 691
  • 1
  • 7
  • 14
0
votes
0 answers

iOS: MMDrawController: How to disable pangesture on specific view of viewcontroller

I have configured MMDrawController in my application which has UITabBarController as initialviewcontroller. self.drawerController = [[MMDrawerController alloc] initWithCenterViewController:self.rootTabBarController…
Rakesh Singh
  • 858
  • 1
  • 12
  • 31
0
votes
1 answer

MMDrawerController - Open Left Drawer from a button in Center Drawer

I've created a MMDrawerController within my app delegate file and I'm having trouble trying to toggle open the left drawer from an action within the center view. Is this a possible thing to do?
0
votes
0 answers

UILabel with MMDrawer not working

I am having app in which I have used MMDrawer. I have made custom tabar with UIVIew and UIButtons. All UIButtons have UILabel at under it for showing which viewcontroller you are. When i click on UIButton of custom tabbar the UILabel will not move…
ios developer
  • 198
  • 19