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
Simply do the following to change the tint color of ScopeBar:
The below code is in C# (Xamarin)
SearchController.SearchBar.TintColor = UIColor.Green;