Classes
The following classes are available globally.
-
A class that represents a section in a table view.
See moreDeclaration
Swift
open class Section -
A table view controller that shows
See moretableContentsas formatted sections and rows.Declaration
Swift
open class QuickTableViewController : UIViewController, UITableViewDataSource, UITableViewDelegateextension QuickTableViewController: SwitchCellDelegate -
A class that represents a row that triggers certain navigation when selected.
See moreDeclaration
Swift
open class NavigationRow<T> : NavigationRowCompatible, Equatable where T : UITableViewCell -
A class that represents a row of selectable option.
See moreDeclaration
Swift
open class OptionRow<T> : OptionRowCompatible, Equatable where T : UITableViewCell -
A class that represents a row with a switch.
See moreDeclaration
Swift
open class SwitchRow<T> : SwitchRowCompatible, Equatable where T : SwitchCell -
A class that represents a row that triggers certain action when selected.
See moreDeclaration
Swift
open class TapActionRow<T> : TapActionRowCompatible, Equatable where T : TapActionCell -
A
See moreUITableViewCellsubclass that shows aUISwitchas theaccessoryView.Declaration
Swift
open class SwitchCell : UITableViewCell, Configurable -
A
See moreUITableViewCellsubclass with the title text center aligned.Declaration
Swift
open class TapActionCell : UITableViewCell
View on GitHub
Classes Reference