A

Size: a a a
A
ММ
K
clipsToBounds
S
ММ
A
clipsToBounds
S
ММ
GK
DK
A
path = UIBezierPath(roundedRect: bounds, byRoundingCorners: corners, cornerRadii: CGSize(width: radius, height: radius))
let mask = CAShapeLayer()
mask.path = path.cgPath
layer.mask = mask
DK
DK
A
A
K
AY
T
T
AY