Your Ad Here

Posted By

saturngod on 10/04/10


Tagged

UIBarButtonItemiPhoneSDK


Versions (?)

Who likes this?

2 people have marked this snippet as a favorite

bobbym245
Tintenklecks


UIBar Add Icon Button


 / Published in: Objective C
 

  1. UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(doAddAction:)];

Report this snippet  

You need to login to post a comment.