in iOS, is it possible to add a button next to the default back button (the one that is automatically created when you use the method pushViewController)

I've tried to use the methods setLeftBarButtonItems and setBackBarButtonItem but in vain - whenever I set the left bar button items, the default back button disappears.
Thanks for your help!