Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Does FormViewController really need to extend UITableViewController? #155

Open
col opened this issue Apr 28, 2017 · 2 comments
Open

Does FormViewController really need to extend UITableViewController? #155

col opened this issue Apr 28, 2017 · 2 comments

Comments

@col
Copy link

col commented Apr 28, 2017

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.

@vinczebalazs
Copy link

@col You could maybe create a custom cell which contains your submit button and add it to the form? Just an idea.

@jbarros35
Copy link

It would be very good if could be just a protocol stub and that's it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants