BPKThemeDefinition

@protocol BPKThemeDefinition;

An abstract base class to define a theme that can be applied to a view hierarchy containing Backpack components. This should be subclassed to create concrete themes.

  • The corner radii for all button styles except link. If nil the default style of the button is used.

    Declaration

    Objective-C

    @required
    @property (nonatomic, strong, readonly, nullable) NSNumber *buttonCornerRadius;

    Swift

    var buttonCornerRadius: NSNumber? { get }