LabelIconBorderedCollectionViewCell

@objc(PESDKLabelIconBorderedCollectionViewCell) open class LabelIconBorderedCollectionViewCell: LabelBorderedCollectionViewCell

A LabelIconBorderedCollectionViewCell extends a LabelBorderedCollectionViewCell by an image view that displays an icon instead of the label when required.

  • An image view in the center of the cell.

    Declaration

    Swift

    open let iconImageView = UIImageView()
  • Whether the icon is visible (and the label thus hidden) or not.

    Declaration

    Swift

    open var isIconVisible = false