SelectionCell

public protocol SelectionCell

Protocol defining the properties required on a dequeued UITableViewCell to display a selection.

  • The label that displays the main text for an option in a selection.

    Declaration

    Swift

    var titleLabel:UILabel? { get }
  • The label that displays any supplementaary information for an option in a selection.

    Declaration

    Swift

    var detailLabel:UILabel? { get }