Add ability to configure shadowRadius, shadowOpacity, and shadowColor#294
Closed
lbasile wants to merge 2 commits into
Closed
Add ability to configure shadowRadius, shadowOpacity, and shadowColor#294lbasile wants to merge 2 commits into
lbasile wants to merge 2 commits into
Conversation
kcharwood
added a commit
that referenced
this pull request
Mar 11, 2015
Added shadow color property from #294
Contributor
|
I added in the shadow color method in dd06fde, but I prefer dealing with UIColor so I changed that. I also didnt take the example changes. I'd prefer to see a slider or a stepper to configure those values, so we can circle back on that. Thanks! 🍻 |
Author
|
Wonderful, glad I could help. Cheers! |
boherna
added a commit
to boherna/MMDrawerController
that referenced
this pull request
Sep 4, 2015
* upstream/master: (21 commits) Fixes griddynamics-archive#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 griddynamics-archive#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 griddynamics-archive#287 Added iPhone 6/6+ support Cleaned up setter methods Added shadow color property from griddynamics-archive#294 Updated UI properties from griddynamics-archive#338 Call removeFromParentViewController after removeFromSuperview in setCenterViewController to avoid EXC_BAD_ACCESS due to nil view value ... Conflicts: MMDrawerController/MMDrawerController.h MMDrawerController/MMDrawerController.m
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This also includes an example app update to play with the configurations.
This is not the only open pull request for drawer shadow configuration. However, I didn't see one that also updates the example. We need these for our own app and I suspect other folks out there would love to see this feature addition.