PSPDFRoundedLabel

Objective-C


@interface PSPDFRoundedLabel : UILabel

Swift

class RoundedLabel : UILabel

Simple rounded label.

  • Corner radius. Defaults to 5.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat cornerRadius;

    Swift

    var cornerRadius: CGFloat { get set }
  • Label background. Defaults to [UIColor colorWithWhite:0. alpha:0.7].

    Declaration

    Objective-C

    @property (nonatomic, nullable) UIColor *rectColor;

    Swift

    var rectColor: UIColor? { get set }