BorderedCollectionViewCell

@available(iOS 9.0, *)
@objcMembers
@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 { get set }