Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

newtoiphonesdk

macrumors 6502a
Original poster
Jul 30, 2010
567
2
I would like 2 leftBarButtonItems, but leave one of the items as the default back button for Navigation Controllers. I have set up:
Code:
self.navigationItem.leftBarButtonItems = [NSArray arrayWithObjects:archives, ???, nil];
where archives is a UIBarButtonItem I created, but do not know what the default back button is to include in the array. Any suggestions?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.