Cells

  • An ActivityBorderedCollectionViewCell is a cell that shows a border around the cell and an activity indicator in its center.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKActivityBorderedCollectionViewCell)
    open class ActivityBorderedCollectionViewCell : BorderedCollectionViewCell
  • A BorderedCollectionViewCell is a cell that shows a border around the cell.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKBorderedCollectionViewCell)
    open class BorderedCollectionViewCell : UICollectionViewCell
  • A ColorCollectionViewCell is a cell that shows a solid color and an image view on top of that color when the cell is selected. It also has a selectionIndicator to show whether or not the cell is currently selected.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKColorCollectionViewCell)
    open class ColorCollectionViewCell : UICollectionViewCell
  • A FilterCollectionViewCell is a cell that shows an image (usually with a filter applied to it) and a label at the bottom. When selected the cell has an overlay, a label for the intensity and an selection indicator.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKFilterCollectionViewCell)
    open class FilterCollectionViewCell : UICollectionViewCell
  • An IconCaptionCollectionViewCell is a cell that shows an icon and a label.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKIconCaptionCollectionViewCell)
    open class IconCaptionCollectionViewCell : UICollectionViewCell
  • A LabelCaptionCollectionViewCell is a cell that displays two labels, one at the top and one at the bottom.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKLabelCaptionCollectionViewCell)
    open class LabelCaptionCollectionViewCell : UICollectionViewCell
  • A StickerCollectionViewCell is a cell that has an image view and an activity indicator in its center.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKIconCollectionViewCell)
    open class StickerCollectionViewCell : UICollectionViewCell