You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
This seems like a great library but it's currently pretty restrictive because FormViewController extends UITableViewController.
For example, I'd really like to add a 'Submit' button to my forms that's anchored to the bottom on the screen. I could do this if FormViewController was a normal UIViewController that just contained a tableView and implemented UITableViewDelegate etc. As it is, I don't think there's anyway to achieve this.
Please let me know if you know of a work around or would be interested in a pull requests that removes the dependence on UITableViewController.
The text was updated successfully, but these errors were encountered:
This seems like a great library but it's currently pretty restrictive because FormViewController extends UITableViewController.
For example, I'd really like to add a 'Submit' button to my forms that's anchored to the bottom on the screen. I could do this if FormViewController was a normal UIViewController that just contained a tableView and implemented UITableViewDelegate etc. As it is, I don't think there's anyway to achieve this.
Please let me know if you know of a work around or would be interested in a pull requests that removes the dependence on UITableViewController.
The text was updated successfully, but these errors were encountered: