Has anyone managed to color the scopebar portion of a UISearchBar, it has a tintColor property but setting it does not affect the attached scopebar UISegmentedControl. Ive got a
Another band-aid solution to this problem (and a less complicated one) is you could add a semi-transparent UIImageView over the top of the Search bar and Scope bar and change the background color of the UIImageView to your desired tint color.