StickerCategoryDataSource

@objc(PESDKStickerCategoryDataSource) open class StickerCategoryDataSource: NSObject

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

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

    Declaration

    Swift

    public init(collectionView: UICollectionView)

    Parameters

    collectionView

    The collection view of this data source.