Tagged Questions
16
votes
2answers
32k views
Adding left button to UINavigationBar (iPhone)
I've created a new navigation based iPhone app. I added this to the RootViewController.
- (void)viewDidLoad {
[super viewDidLoad];
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] ...