标签:os io ar for cti sp on ad c
//rightBar button
UIButton *rightButton = [[UIButton alloc]initWithFrame:CGRectMake(0, 0, 34, 34)];
[rightButton setImage:[UIImage imageNamed:@"share_details"] forState:UIControlStateNormal];
[rightButton addTarget:self action:@selector(doShare) forControlEvents:UIControlEventTouchUpInside];
UIBarButtonItem *rightBarBtn = [[UIBarButtonItem alloc]initWithCustomView:rightButton];
self.navigationItem.rightBarButtonItem = rightBarBtn;
标签:os io ar for cti sp on ad c
原文地址:http://www.cnblogs.com/zhujin/p/3941185.html