SelectionTableViewCell
public class SelectionTableViewCell: UITableViewCell, SelectionCell
Simple implementation of SelectionCell with two labels and checkmark selection state.
-
The label to show the option title.
Declaration
Swift
@IBOutlet public var titleLabel: UILabel? -
The label to show the option detail.
Declaration
Swift
@IBOutlet public var detailLabel: UILabel? -
Sets this cell’s
accessoryTypeto be.Checkmarkif selected,.Noneotherwise.Declaration
Swift
override public func setSelected(selected: Bool, animated: Bool)
View on GitHub
SelectionTableViewCell Class Reference