You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a handy component, but the following statement doesn't seem accurate:
Normally it's not possible to set a corner radius and a shadow on a UIView subclass. This is because the property clipsToBounds must be set to true for the view to render the rounded corners, which also clips the shadow away.
The following UIView subclass will happily display a corner radius and a drop shadow. Consider clarifying the readme.
This is a handy component, but the following statement doesn't seem accurate:
The following
UIView
subclass will happily display a corner radius and a drop shadow. Consider clarifying the readme.The text was updated successfully, but these errors were encountered: