PSPDFThumbnailFlowLayoutAttributes

Objective-C


@interface PSPDFThumbnailFlowLayoutAttributes : UICollectionViewLayoutAttributes

Swift

class ThumbnailFlowLayoutAttributes : UICollectionViewLayoutAttributes

Layout attributes for the thubmnail collection view.

  • The page mode this cell is displayed in. This tells the layout if this cell needs to be selected together with neighboring cells and if this cell should be positioned right next to neighboring cells without a gap.

    Declaration

    Objective-C

    @property (nonatomic) PSPDFDocumentViewLayoutPageMode pageMode;