nui
nui copied to clipboard
Fix NUIButtonRenderer masksToBounds when shadow applied
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.
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?
I'm investigating/fixing (#368). Thanks for bringing this issue to my attention.