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.

    Declaration

    Objective-C

    @property (nonatomic) UIColor *titleColor;

    Swift

    var titleColor: UIColor! { get set }
  • Tint color of the progress indicator. Defaults to UIColor.secondaryLabelColor.

    Declaration

    Objective-C

    @property (nonatomic) UIColor *progressIndicatorColor;

    Swift

    var progressIndicatorColor: UIColor! { get set }