How to round top two corners of UIView and add shadow above? – Ios swift
I am trying to round the top two corners of a UIView and add a shadow above this view using a UIView extension. However the solution I came up with isn't working. When I use the following solution the shadow…