/ViewWithRoundedAndShadowedCorners

Displays a view with rounded corners and a shadow, using the iOS 11 property maskedCorners

Primary LanguageSwiftMIT LicenseMIT

Example of a view that has rounded corners and a shadow. It uses the maskedCorners property of CALayer, which is new in iOS 11.

Note that we use the raw value of CACornerMask to create a UIRectCorner. It'll probably go okay in the future. Probably.

Example: demo