SeparatorCollectionViewCell

@objc(IMGLYSeparatorCollectionViewCell) open class SeparatorCollectionViewCell: UICollectionViewCell

A SeparatorCollectionViewCell is a cell that shows a single 1 pt wide vertical line. It is usually used to represent a seperator between other cells.

  • A vertical line 1 pt wide line in the center of the cell.

    Declaration

    Swift

    open let separator = UIView()