QuickTableViewController
open class QuickTableViewController<Container> : BaseTableViewController, UITableViewDataSource, UITableViewDelegate where Container : QuickTableViewContainer
Undocumented
-
Undocumented
Declaration
Swift
required public init()
-
Undocumented
Declaration
Swift
override open func viewDidLoad()
-
Undocumented
Declaration
Swift
open func numberOfSections(in tableView: UITableView) -> Int
-
Undocumented
Declaration
Swift
open func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
open func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String?
-
Undocumented
Declaration
Swift
open func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
open func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
open override func rightBarButtonItemDidTouchUpInside(_ sender: AnyObject?)
-
Undocumented
Declaration
Swift
open override func leftBarButtonItemDidTouchUpInside(_ sender: AnyObject?)