I would like 2 leftBarButtonItems, but leave one of the elements as the default back button for navigation controllers. I have installed:
self.navigationItem.leftBarButtonItems = [NSArray arrayWithObjects:archives, ???, nil];
where the archives is the UIBarButtonItem that I created but donโt know how to include the default back button in the array. Any suggestions?
source share