EditingTableViewCell
class EditingTableViewCell : UITableViewCell
The custom cell for editing the information in the general information table view. It contains a segmented controller that can have multiple selections.
-
A multi-select segmented control.
Declaration
Swift
var segmentedControl: MultiSelectSegmentedControl
-
Undocumented
Declaration
Swift
init(style: UITableViewCell.CellStyle, reuseIdentifier: String?, items: [Any]?)
-
Undocumented
Declaration
Swift
required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
override func setSelected(_ selected: Bool, animated: Bool)
-
Set up the segmented controller’s view.
Declaration
Swift
fileprivate func setUpSegmentedView()