BlendModeCollectionViewCell

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKBlendModeCollectionViewCell)
open class BlendModeCollectionViewCell : UICollectionViewCell

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

  • The label that displays the blend mode’s name.

    Declaration

    Swift

    public let blendModeLabel: UILabel