I need to show different "titlebar" for application, depending on situation. The problem with iOS4 is that black opaque UIToolbar looks so much different that black opaque UISearchBar. Have I messed up some settings or is there some work-arounds to make UIToolbar and UISearchBar use more similar coloring?
These are overlapping in real application, just wanted to show both at the same time. Usually UISearchBar covers left half of UIToolbar, so that only UISegmentedControl is visible...
Just for the records, this is the solution I used:
How to Control UISearchBar Background Color http://jomnius.blogspot.com/2010/10/how-to-control-uisearchbar-background.html
It's a bit fragile code, but worked just fine in one released application.