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

How to use BSKeyboardControls with UITableView (in Swift)? #58

Open
garyhooper opened this issue Sep 9, 2017 · 0 comments
Open

How to use BSKeyboardControls with UITableView (in Swift)? #58

garyhooper opened this issue Sep 9, 2017 · 0 comments

Comments

@garyhooper
Copy link

I am successfully using BSKeyboardControls with a fixed number of defined fields...works great!!!

I have another UIViewController containing only a UITableView with a dynamic cell prototype containing a single text field. The number of rows in the table is known, but cells are not all allocated at once. (They are "dequeued" such that only visible cells are allocated.) I want to be able to use Previous and Next to go through all of the textfields in the table one row at a time, not just the visible textfields/rows.

How can I configure BSKeyboardControls to do this? (Advice in Swift would be appreciated.)

Thanks.

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

1 participant