AssetCollectionViewCell

@objcMembers
@objc(PESDKAssetCollectionViewCell)
open class AssetCollectionViewCell : UICollectionViewCell

An AssetCollectionViewCell is a cell that has an image view and an activity indicator in its center.

Properties

  • An image view that shows an icon.

    Declaration

    Swift

    public var imageView: UIImageView { get }
  • An activity indicator in the center of the cell.

    Declaration

    Swift

    open var activityIndicator: UIActivityIndicatorView { get }

Initializers

  • Configures the image view.

    Declaration

    Swift

    open func setupImageView()