LabelBorderedCollectionViewCell

@objc(PESDKLabelBorderedCollectionViewCell) open class LabelBorderedCollectionViewCell: BorderedCollectionViewCell

A LabelBorderedCollectionViewCell is a cell that shows a border around the cell and a label in its center.

  • A label in the center of the cell.

    Declaration

    Swift

    open let textLabel = UILabel()
  • The tint color to use for the caption when the cell is not selected

    Declaration

    Swift

    open var textLabelTintColor = UIColor.white.withAlphaComponent(0.6)