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.
#278
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.
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.
Originally posted by @erinlee1109 in codepath/ios_guides#67
The text was updated successfully, but these errors were encountered: