StickerDataSource

@objc(PESDKStickerDataSource) open class StickerDataSource: NSObject

A sticker data source provides the stickers that should be displayed in the sticker tool.

  • Creates a new sticker data source for the given collection view.

    Declaration

    Swift

    public init(collectionView: UICollectionView)

    Parameters

    collectionView

    The collection view of this data source.