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