StickerCollection

@objc(PESDKStickerCollection)
public protocol StickerCollection : AnyObject

Types conforming to StickerCollection can provide a custom UIViewController instance for selecting stickers.

  • The delegate object that handles inserting stickers into the canvas.

    Declaration

    Swift

    weak var delegate: StickerCollectionDelegate? { get set }
  • The view controller responsible for presenting and loading the stickers.

    Declaration

    Swift

    var viewController: UIViewController { get }