FWFormViewController
public final class FWFormViewController : UIViewController
extension FWFormViewController: UITableViewDelegate
extension FWFormViewController: UITableViewDataSource
extension FWFormViewController: FWFormViewModelDelegate
Representation of a form. It displays each component as a cell of a UITableView.
-
Declaration
Swift
public weak var delegate: FWFormViewControllerDelegate
-
Initializes a new instance of this type.
Declaration
Swift
public init(configuration: FWConfiguration)Parameters
configurationThe configuration used to create a form.
-
Declaration
Swift
public override func loadView() -
Declaration
Swift
public override func viewDidLoad() -
Declaration
Swift
deinit
-
Declaration
Swift
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) -
Declaration
Swift
public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? -
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
-
Declaration
Swift
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Declaration
Swift
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Declaration
Swift
func didSetUp()
View on GitHub
FWFormViewController Class Reference