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
0 answers

swift user login redirect with mmdrawer

I have an issue with my redirect after a user has loged in. I am using mmdrawer so i need to initiate it so the left and right menu show up on the next page the user should be redirected too. However nothing is happening. Earlier i had a solution…
carlosx2
  • 1,672
  • 16
  • 23
0
votes
1 answer

swift prepareforsegue with mmdrawercontroller

I have searched every where to find a solution to this error i am getting, i have also tried to use, nsuserdefaults, struct and global var to pass on my vars to other viewcontrollers. I am use mmdrawer and i have set a navigationcontrol on my first…
carlosx2
  • 1,672
  • 16
  • 23
0
votes
1 answer

MMdrawerCOntroller - Load view in center view with transition

TL;DR : I want to be able to load views in the center either from the left side MMdrawer menu or from the app home page. I have an app with a left side drawer (MMdrawerController), displaying a menu. The menu is working fine, i can load my…
0
votes
1 answer

MMDrawerController: Using the same instance leftViewController for two separate center View Controllers

As stated in the title, I'm using MMDrawerController. To keep things simple, I have 3 ViewControllers, A, B, and C. A is the initial ViewController, and it contains a side ViewController, which is C. From A, I can segue to B. B also contains a side…
David
  • 7,028
  • 10
  • 48
  • 95
0
votes
1 answer

swift hiding navbar in mmdrawercontroller

I have created a slidout menu for kmy app with mmdrawercontroller from github. It all works perfectly but i can't get rid of the nav bar at the top. it is overlapping part of my many but also shows up on all other pages. I need it gone. i have…
carlosx2
  • 1,672
  • 16
  • 23
0
votes
1 answer

How to dim CenterController on Side menu open in mmdrawercontroller?

I want to dim the centercontroller view while drawer is open in MMDrawerController, and while drawer is closing progressively undim(increase alpha on subview?) the center controller.
Sai Prasanna
  • 684
  • 1
  • 10
  • 25
0
votes
1 answer

MMDrawerController pan gesture behaviour when center controller has Scroll View

I'm looking for help from someone who have used MMDrawerController. I've downloaded example project and it has a table view as a center view controller. Pan gesture works correctly - it starts to open the drawer only if the gesture is mostly…
NKorotkov
  • 3,591
  • 1
  • 24
  • 38
0
votes
1 answer

non-typical left menu in iOS (screens attached)

I need to implement non-typical left menu. For instance, main screen looks like this: When we press left menu button (at the top-left part of the screen) we should see this: I tried a lot of solutions (ZUUIRevealController, ViewDeck,…
Paul T.
  • 4,938
  • 7
  • 45
  • 93
0
votes
1 answer

Set default item selected in MMDrawerController

I use the MMDrawerController library to create a drawer menu. Everything works fine but when the app start and my default view is displayed, the corresponding item is not selected. Is there a way to force an item in selected status the same way it…
tufekoi
  • 929
  • 2
  • 14
  • 33
0
votes
1 answer

MMDrawerController example app view initialization

I'm a newbie to iOS development. MMDrawerControllerKitchenSink turned out to be a great example of how to make an app. It is an example app that uses MMDrawerController. I cannot find any initialization of the view property of the…
Grigory
  • 992
  • 2
  • 18
  • 34
0
votes
1 answer

Unbalanced calls to begin/end appearance transition for UISplitViewController and MMDrawerController after device rotation?

I've got an iPad application that runs in both landscape left/right using MMDrawerController with a UISplitViewController as it's center view controller. The left view controller is a UIViewController with a UITableView to navigate between different…
0
votes
2 answers

MMDrawerController having slider on each View Controller

I am using MMDrawerController for making left slide menu in iOS. The problem is that all the view controllers I am using in this project are having slider with them i.e in each UIViewController I can slide to get left menu but I want only with the…
person
  • 123
  • 8
0
votes
1 answer

Integrating library using cocoapods with workspace

I am using MMDrawerController library using cocoapods. I get following exception, can someone please help me to resolve it? -[MenuViewController mm_visibleDrawerFrame]: unrecognized selector sent to instance 0xb01f150 I have uploaded sample project…
Paresh Masani
  • 7,474
  • 12
  • 73
  • 139
0
votes
1 answer

Putting a View on Top of MMDrawerController

I am initializing MMDrawerController in my app delegate like this: UIStoryboard *storyboard = [UIStoryboard storyboardWithName:storyboardName bundle: nil]; UIViewController *menu = (UIViewController *)[storyboard…
Clifton Labrum
  • 13,053
  • 9
  • 65
  • 128
0
votes
1 answer

MMDrawerController with StoryBoard Menu Item

I'm using MMdrawerController to practice side drawer controllers in my project. But when I tap on the menu button on the left side, then tap to the row that selected, it opens just fine, but the corresponding view doesn't show menu item (drawer…
1 2 3 4 5
6