How can a UITableView be navigated with arrow keys (physical keyboard) much like the spotlight behavior that was introduced in iOS 10?
Looking to have a user type into a search box and use the up/down arrow to highlight a row in a tableview and press return key to select the row.
I have not found any resources on the topic.
Please provide sample code in Swift.