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

    SCPSelectionButtonStylePrimary

    Swift

    case primary = 0
  • Button will use a subdued secondary color

    Declaration

    Objective-C

    SCPSelectionButtonStyleSecondary

    Swift

    case secondary = 1