UIView shadow not working with custom extension – Ios swift
I am trying to add a shadow to my UIViews using a custom extension that I created for the UIView class. Here is the code for the extension: extension UIView { func round(_ radius : CGFloat = 10) { layer.cornerRadius…