LabelBorderedCollectionViewCell

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKLabelBorderedCollectionViewCell)
open class LabelBorderedCollectionViewCell : ActivityBorderedCollectionViewCell

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 { get set }