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 NUIButtonRenderer masksToBounds when shadow applied #367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix NUIButtonRenderer masksToBounds when shadow applied #367

wants to merge 1 commit into from

Conversation

mateagar
Copy link

@mateagar mateagar commented Mar 7, 2017

When there is a shadow applied and also a corner radius,
NUIButtonRenderer should mask all sublayers except the internal
UILabel. Currently, masksToBounds is set to NO, which effectively
breaks the corner radius setting. See #266.

When there is a shadow applied and also a corner radius,
NUIButtonRenderer should mask all sublayers except the internal
UILabel. Currently, `masksToBounds` is set to NO, which effectively
breaks the corner radius setting. See #266.
@mateagar
Copy link
Author

mateagar commented Mar 8, 2017

Build failures appear to be the result of an old version of Cocoapods installed on the build servers. Where do I go to fix this?

@Stunner
Copy link
Collaborator

Stunner commented Mar 8, 2017

I'm investigating/fixing (#368). Thanks for bringing this issue to my attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants