SCPSelectionButtonStyle
Objective-C
enum SCPSelectionButtonStyle : NSUInteger {}
Swift
enum SelectionButtonStyle : UInt, @unchecked Sendable
The possible selection button styles
-
Button will use a highlighted accent color
Declaration
Objective-C
SCPSelectionButtonStylePrimarySwift
case primary = 0 -
Button will use a subdued secondary color
Declaration
Objective-C
SCPSelectionButtonStyleSecondarySwift
case secondary = 1