ActivityBorderedCollectionViewCell

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKActivityBorderedCollectionViewCell)
open class ActivityBorderedCollectionViewCell : BorderedCollectionViewCell

An ActivityBorderedCollectionViewCell is a cell that shows a border around the cell and an activity indicator in its center.

  • An activity indicator in the center of the cell.

    Declaration

    Swift

    open var activityIndicator: UIActivityIndicatorView { get }