bcylin / QuickTableViewController

A simple way to create a UITableView for settings in Swift.

Home Page:https://bcylin.github.io/QuickTableViewController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextFieldRow type?

d2kagw opened this issue · comments

Love the library.
Is there any plan to support something like a text field row?
Or am I missing something?

commented

There isn't a plan for it now, but it's a good idea. Please feel free to share your thoughts on how it can be implemented. Thanks!

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

any news on this?

commented

There isn't a plan for this specific row type at the moment.

But a cell that contains a UITextField should be sufficient:

NavigationRow<TextFieldContainerCell>(text: "", detailText: .none, action: nil)

UITextFieldDelegate methods can be managed in the view controller.