class PlaceSelectorViewController: UIViewController, GMSAutocompleteResultsViewControllerDelegate, UISearchBarDelegate, UISearchControllerDelegate {
I have UISearchBarDelegate in my class
searchController?.searchBar.delegate = self
and I had set the delegate to Self.
func searchBarCancelButtonClicked(_ searchBar: UISearchBar) {
stopHighlight()
}
But this Delegate call is not working