Possible Duplicate:
Creating a left-arrow button (like UINavigationBar's “back” style) on a UIToolbar
I did a highly customized button on navigation bar, which is a back button sometimes but a refresh (in a variety of ways) button some other times. So I had to go with leftBarButtonItem instead of backBarButtonItem. What's a good way to make it look like a "back button" when it serves as one?