StickerCollectionViewCell

@objc(PESDKIconCollectionViewCell) open class StickerCollectionViewCell: UICollectionViewCell

A StickerCollectionViewCell is a cell that has an image view and an activity indicator in its center.

  • An image view that usually shows an icon.

    Declaration

    Swift

    open let imageView = UIImageView()
  • An activity indicator in the center of the cell.

    Declaration

    Swift

    open var activityIndicator: UIActivityIndicatorView