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...