BPKAppearance

@interface BPKAppearance : NSObject

BPKAppearance contains helpers for applying default brand appearance to UI components.

  • Apply Backpack appearance values globally. This should be called once at app launch, as early as possible.

    Declaration

    Objective-C

    + (void)apply;

    Swift

    class func apply()