Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix drawer frames with dummy status bar view. #287

Closed

Conversation

kwongius
Copy link

@kwongius kwongius commented Sep 8, 2014

This pull request fixes the sidebar frames. When the dummy status bar visible in iOS7, the bottom 20px were being cut off on both drawers.

…er to account for the dummy status bar view.
@kcharwood kcharwood added the bug label Mar 11, 2015
@kcharwood kcharwood added this to the 0.6.0 milestone Mar 11, 2015
kcharwood added a commit that referenced this pull request Mar 11, 2015
@kcharwood
Copy link
Contributor

Ended up taking the change in a slightly different way in #348.

Thanks for the PR!

🍻

@kcharwood kcharwood closed this Mar 11, 2015
boherna added a commit to boherna/MMDrawerController that referenced this pull request Sep 4, 2015
* upstream/master: (21 commits)
  Fixes mutualmobile#367
  Added notes for reference
  Add missing appearance transition forwarding
  Fixed changelog
  Updated changelog
  Updated changelog
  updated changelog
  Fix infinite, recursive init call for subclass
  Replaced iOS 6 deprecated `-shouldAutorotateToInterfaceOrientation:` method with new one
  Cleaned up PR mutualmobile#288
  Prevent several rotation methods from getting called twice in iOS8, where they are automatically called from [UIViewController viewWillTransitionToSizeWithTransitionCoordinator:]
  Update MMDrawerController.m
  Updated documentation
  Removed pre iOS 7 support
  Switched id to instancetype
  Fix for mutualmobile#287
  Added iPhone 6/6+ support
  Cleaned up setter methods Added shadow color property from mutualmobile#294
  Updated UI properties from mutualmobile#338
  Call removeFromParentViewController after removeFromSuperview in setCenterViewController to avoid EXC_BAD_ACCESS due to nil view value
  ...

Conflicts:
	MMDrawerController/MMDrawerController.h
	MMDrawerController/MMDrawerController.m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants