Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 688 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 688 Bytes

Add a drop shadow to a UIVisualEffectView

This demo shows how to add a drop shadow to a UIVisualEffectView. The solution involves using/ creating a 9-part UIImage to represent the shadow. The effect is similar to the iOS 10 Maps app.

ShadowImage

Related Post

View related post: https://briancoyner.github.io/articles/2017-05-15-uivisualeffectview-with-drop-shadow/

Sample Project Notes

The sample project contains a simple iOS app and Xcode Playground. The creation of the 9-part shadow image is shared by the iOS app and Playground using an Embedded Framework.