By implementing UISearchController
you can easily add search functionality to any UITableView
. However, having such a search bar might have accessibility drawbacks. It might even be completely unusable users relying on Voice Over.
This article is part of my … Read the rest