HorizontalSelectionViewCellProvider

public protocol HorizontalSelectionViewCellProvider

This protocol provides some cell properties, like an identifier and its associated nib.

  • The cell identifier to recycle the cell.

    Declaration

    Swift

    static var identifier: String { get }
  • nib

    Its associated nib.

    Declaration

    Swift

    static var nib: UINib { get }