In the iPhone Maps app (for iOS 5) in Directions mode the toolbar is located right below the navigation bar, and the toolbar gradient perfectly matches the navigation bar background.
I wonder if there is some simple way to achieve similar behavior? (Preferably without using custom images)
I think it’s an ordinary toolbar with 2 textfields inside UIView(which added as UIBarButtonItem to toolbar) to the top of the screen under the navigaionbar.
This is how I implemented it: