Cells

  • A BlendModeCollectionViewCell is being used within the OverlayEditController to display the currently selected blend mode.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKBlendModeCollectionViewCell)
    open class BlendModeCollectionViewCell : 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, Activable
  • The cell that is used in the menu.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKMenuCollectionViewCell)
    open class MenuCollectionViewCell : UICollectionViewCell, Activable
  • 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