You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I implemented a search bar using the Search Bar Guide as a reference. Specifically, I followed the guide for UISearchControllers. "func updateSearchResultsForSearchController(searchController: UISearchController){...} " didn't work for me. Instead, "func updateSearchResults(for searchController: UISearchController){...}" worked with the same code inside the bracket.
The text was updated successfully, but these errors were encountered:
Hi I implemented a search bar using the Search Bar Guide as a reference. Specifically, I followed the guide for UISearchControllers. "func updateSearchResultsForSearchController(searchController: UISearchController){...} " didn't work for me. Instead, "func updateSearchResults(for searchController: UISearchController){...}" worked with the same code inside the bracket.
The text was updated successfully, but these errors were encountered: