BorderedCollectionViewCell

@objc(PESDKBorderedCollectionViewCell) open class BorderedCollectionViewCell: UICollectionViewCell

A BorderedCollectionViewCell is a cell that shows a border around the cell.

  • The color of the border.

    Declaration

    Swift

    open var borderColor = UIColor(red: 0.564705882, green: 0.447058824, blue: 0.48627451, alpha: 0.35)