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 Aug 19, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: