/ Published in: Objective C
Expand |
Embed | Plain Text
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(newButtonPressed) ]; self.navigationItem.leftBarButtonItem = addButton; [addButton release];
You need to login to post a comment.
