Skip to content

Instantly share code, notes, and snippets.

@guoc
Created April 14, 2017 08:37
Show Gist options
  • Save guoc/3859b89e424ba570e77e32c45e707d1f to your computer and use it in GitHub Desktop.
Save guoc/3859b89e424ba570e77e32c45e707d1f to your computer and use it in GitHub Desktop.
Customize UISearchBar's text field
let textFieldInsideSearchBar = searchBar.value(forKey: "searchField") as? UITextField
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment