DynamicTableViewController
class DynamicTableViewController : UIViewController, UITableViewDataSource, UITableViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
var dynamicTableViewModel: DynamicTableViewModel -
Undocumented
Declaration
Swift
@IBInspectable var cellBackgroundColor: UIColor? -
Undocumented
Declaration
Swift
@IBOutlet private(set) lazy var tableView: UITableView! { get set } -
Undocumented
Declaration
Swift
override func loadView() -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
final func execute(action: DynamicAction) -
Undocumented
Declaration
Swift
func numberOfSections(in _: UITableView) -> Int -
Undocumented
Declaration
Swift
func tableView(_: UITableView, numberOfRowsInSection section: Int) -> Int -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? -
Undocumented
Declaration
Swift
func tableView(_: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) -
Undocumented
Declaration
Swift
func tableView(_: UITableView, accessoryButtonTappedForRowWith indexPath: IndexPath)