StickerCollectionViewCell

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKIconCollectionViewCell)
open class StickerCollectionViewCell : UICollectionViewCell

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

Properties

  • An image view that usually shows an icon.

    Declaration

    Swift

    public let imageView: UIImageView
  • An activity indicator in the center of the cell.

    Declaration

    Swift

    open var activityIndicator: UIActivityIndicatorView { get }