BRAppearanceColorKey
Objective-C
enum BRAppearanceColorKey : NSInteger {}
Swift
enum BRAppearanceColorKey : Int, @unchecked Sendable
Identifiers for every color the SDK can resolve from your BRAppearanceTheme.
Override -[BRAppearanceTheme colorForKey:] and return a UIColor, or
nil to keep the built-in style for that element. Each case maps to one
background, text color, or icon tint in the SDK’s stock scan UI.
-
Tint applied to the leading icon on every row of the scan help sheet.
Declaration
Objective-C
BRAppearanceColorKeyHelpModalRowIconsSwift
case helpModalRowIcons = 0 -
Title color of the “Done” button on the scan help sheet.
Declaration
Objective-C
BRAppearanceColorKeyHelpModalCloseButtonLabelSwift
case helpModalCloseButtonLabel = 1 -
Background color of the “Done” button on the scan help sheet.
Declaration
Objective-C
BRAppearanceColorKeyHelpModalCloseButtonBackgroundSwift
case helpModalCloseButtonBackground = 2 -
Background color of the “Skip” / “Back” button on each onboarding page.
Declaration
Objective-C
BRAppearanceColorKeyOnboardingDismissButtonBackgroundSwift
case onboardingDismissButtonBackground = 3 -
Title color of the “Skip” / “Back” button on each onboarding page.
Declaration
Objective-C
BRAppearanceColorKeyOnboardingDismissButtonLabelSwift
case onboardingDismissButtonLabel = 4 -
Background color of the “Next” / “Done” button on each onboarding page.
Declaration
Objective-C
BRAppearanceColorKeyOnboardingConfirmButtonBackgroundSwift
case onboardingConfirmButtonBackground = 5 -
Title color of the “Next” / “Done” button on each onboarding page.
Declaration
Objective-C
BRAppearanceColorKeyOnboardingConfirmButtonLabelSwift
case onboardingConfirmButtonLabel = 6 -
Active dot color of the page control on the onboarding screen.
Declaration
Objective-C
BRAppearanceColorKeyOnboardingCurrentPageControlSwift
case onboardingCurrentPageControl = 7
View on GitHub