BSKeyboardControls
BSKeyboardControls copied to clipboard
How to use BSKeyboardControls with UITableView (in Swift)?
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.