PYSearch
PYSearch copied to clipboard
Overwriting errors
Hey,
Thanks for your awesome repo. I tried to do the following but I got errors:
-
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
-
How can I overwrite cancelButton title, I tried and I got the same error.
-
How can I localize cancelButton title and searchBar placeholder ?
Thanks.