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 moretableContents
as formatted sections and rows.Declaration
Swift
open class QuickTableViewController : UIViewController, UITableViewDataSource, UITableViewDelegate
extension 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 moreUITableViewCell
subclass that shows aUISwitch
as theaccessoryView
.Declaration
Swift
open class SwitchCell : UITableViewCell, Configurable
-
A
See moreUITableViewCell
subclass with the title text center aligned.Declaration
Swift
open class TapActionCell : UITableViewCell