Bu düğmeyi yuvarlatılmış bir düğmenin 2 köşesi yapmak için kullanıyorum.UIBezierPath kullanarak: byRoundingCorners: Swift 2 ve Swift 3 ile
binary operator '|' cannot be applied to two UIRectCorner operands.
nasıl Swift 2.0 bu yöntemi kullanırım:
let buttonPath = UIBezierPath(roundedRect: button.bounds, byRoundingCorners: UIRectCorner.TopLeft | UIRectCorner.BottomLeft, cornerRadii: CGSizeMake(1.0, 1.0))
Bir hata atıyor?