UIView shadow and specific corner radius Swift 5
Using CAShapeLayer and UIBezierPath we can easily add shadow and corner radius to UIView and the class derived from it like UIButton, UIImageView, UILabel etc. We will add UIView Extension… Read more »