PYSearch icon indicating copy to clipboard operation
PYSearch copied to clipboard

Overwriting errors

Open Maryom opened this issue 7 years ago • 0 comments

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.

Maryom avatar May 14 '17 10:05 Maryom