BottleRocketStudios / iOS-UtiliKit

All the things you're tired of writing.
Apache License 2.0
23 stars 13 forks source link

Create a "ShadowView" UIView container #69

Open tylermilner opened 5 years ago

tylermilner commented 5 years ago

Creating views that have a shadow and a rounded corner can be tricky. I believe you have to create a rounded shadow as a parent view and then add the content view as a subview and round its corners (exact method needs verification). It would be nice to have a reusable and configurable "ShadowView" that sets up this hierarchy properly that we could reuse between projects.