ko1o / PYSearch

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
MIT License
3.83k stars 752 forks source link

Overwriting errors #83

Open Maryom opened 7 years ago

Maryom commented 7 years ago

Hey,

Thanks for your awesome repo. I tried to do the following but I got errors:

  1. How can I overwrite searchBar placeholder ? I tried: self.searchBar.placeholder = "Search for a user" but I got this error: fatal error: unexpectedly found nil while unwrapping an Optional value

  2. How can I overwrite cancelButton title, I tried and I got the same error.

  3. How can I localize cancelButton title and searchBar placeholder ?

Thanks.