BPKProgressBar
@interface BPKProgressBar : UIProgressView
BPKProgressBar is a lightweight subclass of UIProgressView with Skyscanner styling applied.
-
The colour to use in the progress track.
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *fillColor;Swift
var fillColor: UIColor? { get set }
BPKProgressBar Class Reference