PSPDFProgressLabelView
Objective-C
@interface PSPDFProgressLabelView : UIView
Swift
class ProgressLabelView : UIView
Displays progress indication with a title.
-
Text color of the label.
Defaults to UIColor.secondaryLabelColor on iOS 13 and above. Falls back to UIColor.grayColor for earlier versions.
Declaration
Objective-C
@property (nonatomic) UIColor *titleColor;
Swift
var titleColor: UIColor! { get set }
-
Tint color of the progress indicator.
Defaults to UIColor.secondaryLabelColor on iOS 13 and above. Falls back to UIColor.grayColor for earlier versions.
Declaration
Objective-C
@property (nonatomic) UIColor *progressIndicatorColor;
Swift
var progressIndicatorColor: UIColor! { get set }