ASAPPPrimaryButtonRoundingStyle
@objc(ASAPPPrimaryButtonRoundingStyle)
@objcMembers
public class ASAPPPrimaryButtonRoundingStyle : NSObject
Defines the corner rounding style of primary Component buttons.
-
Fully rounded, equivalent to a radius of half the height of the button
Declaration
Swift
public static var pill: ASAPPPrimaryButtonRoundingStyle
-
Custom corner radius
Declaration
Swift
public static func radius(_ value: Int) -> ASAPPPrimaryButtonRoundingStyle