PSPDFTableViewCell

Objective-C


@interface PSPDFTableViewCell : UITableViewCell

Swift

class PDFTableViewCell : UITableViewCell

Base class for table views in PSPDFKit with various helpers. Enabled unlimited lines for textLabel and detailTextLabel.

  • The current context that is associated with this cell. Can be used to uniquely identify a cell.

    Note

    This property is cleared in prepareForReuse.

    Declaration

    Objective-C

    @property (nonatomic, nullable) id context;

    Swift

    var context: Any? { get set }