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
2010-07-15 05:09:28
it's for an ipad app. if this is not recommended then what is? thanks
Fasid
2010-07-15 05:14:10
A:
As far as I'm aware it's not (currently) possible to have two UIBarButtonItems
on either side of a UINavigationBar
.
Douwe Maan
2010-07-15 10:10:54