BRAppearanceIconKey

Objective-C

enum BRAppearanceIconKey : NSInteger {}

Swift

enum BRAppearanceIconKey : Int, @unchecked Sendable

Identifiers for every icon the SDK can resolve from your BRAppearanceTheme.

Override -[BRAppearanceTheme imageForKey:] and return a UIImage, or nil to keep the built-in asset. Each case lists the recommended image size in points; the stock control scales the image to fit its button if you supply a different size, so the listed size produces the cleanest result. Include @2x and @3x variants for Retina screens.