twitter / opensource-website

Twitter's open source website, identifying projects we've released, organizations we support, and the work we do to support open source.
https://opensource.twitter.dev
Apache License 2.0
3.03k stars 814 forks source link

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

Open saminajeeb22303 opened 5 months ago

saminajeeb22303 commented 5 months ago

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_