SwitchRowCompatible
This protocol defines the compatible interface of a SwitchRow
regardless of its associated cell type.
-
The state of the switch.
Declaration
Swift
var switchValue: Bool { get set }
QuickTableViewController 1.3.1 Docs (87% documented)
This protocol defines the compatible interface of a SwitchRow
regardless of its associated cell type.
The state of the switch.
Swift
var switchValue: Bool { get set }