PSPDFSelectableCollectionViewCell

Objective-C


@interface PSPDFSelectableCollectionViewCell : UICollectionViewCell

Swift

class SelectableCollectionViewCell : UICollectionViewCell

Cell that shows a selection status.

  • Shows overlay when selected. Defaults to PSPDFSelectableCollectionViewCellStyleCheckmark.

    Declaration

    Objective-C

    @property (nonatomic) PSPDFSelectableCollectionViewCellStyle selectableCellStyle;

    Swift

    var selectableCellStyle: SelectableCollectionViewCellStyle { get set }
  • Allows setting a custom selection tint color. Only relevant for PSPDFSelectableCollectionViewCellStyleBorder.

    Declaration

    Objective-C

    @property (nonatomic, nullable) UIColor *selectableCellColor;

    Swift

    var selectableCellColor: UIColor? { get set }