views:

51

answers:

2

I want to have two buttons on the left side of the navigation bar, one is the regular back button and the other one is a UIBarButtonItem. However I could only get it to replace the default back button. I've tried many code samples on the internet but couldn't get any to work. please help

+1  A: 

Don't do this. It breaks the UI guidelines put forth by Apple. See the paragraph right before figure 6-6 of the iPhone HIG.

Dave DeLong
it's for an ipad app. if this is not recommended then what is? thanks
Fasid
A: 

As far as I'm aware it's not (currently) possible to have two UIBarButtonItems on either side of a UINavigationBar.

Douwe Maan