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 }