opensource-website icon indicating copy to clipboard operation
opensource-website copied to clipboard

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.

Open saminajeeb22303 opened this issue 1 year ago • 0 comments

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 https://github.com/codepath/ios_guides/issues/67

saminajeeb22303 avatar Jun 19 '24 16:06 saminajeeb22303