PSPDFSpinnerCell

Objective-C


@interface PSPDFSpinnerCell : PSPDFTableViewCell

Swift

class PDFSpinnerCell : PDFTableViewCell

Base class that shows centered labels and a spinner label.

  • Spinner that is displayed while search is in progress.

    Declaration

    Objective-C

    @property (nonatomic, readonly) UIActivityIndicatorView *spinner;

    Swift

    var spinner: UIActivityIndicatorView! { get }
  • Re-align text.

    Declaration

    Objective-C

    - (void)alignTextLabel;

    Swift

    func alignTextLabel()