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

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

@garyhooper

Description

@garyhooper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions