In my application - there are four buttons named as follows:
Abov
In iOS 11, we can now round some corners only
let view = UIView() view.clipsToBounds = true view.layer.cornerRadius = 8 view.layer.maskedCorners = [.layerMaxXMaxYCorner, .layerMinXMaxYCorner]