Skip to content

Instantly share code, notes, and snippets.

@icanswiftabit
Last active August 29, 2015 14:25
Show Gist options
  • Save icanswiftabit/dc3044768dd0971f8de4 to your computer and use it in GitHub Desktop.
Save icanswiftabit/dc3044768dd0971f8de4 to your computer and use it in GitHub Desktop.
Solution for correct tint color in UISearchBar
searchBar.backgroundImage = UIImage()
searchBar.tintAdjustmentMode = UIViewTintAdjustmentMode.Normal
searchBar.barTintColor = Utils.tintColor() //Your desired tint color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment