Geoffrey Foster
Results
2
comments of
Geoffrey Foster
Contemplating this one a bit now. If we hook into it with an action similar to SelectionAction you lose a bit of the type safety in that your view would...
The highlight delegate methods are: ``` func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath) ``` returning false on the `shouldHighlightRowAt` "halts the...