In my project I\'m using a UITableViewController with an internal UISearchController to filter the data in my tableView.
UITableViewController
UISearchController
tableView
I ha
Swift 5
searchBar.delegate = self ....... extension YourClass: UISearchBarDelegate { func searchBarCancelButtonClicked(_ searchBar: UISearchBar){} }