`

UINavigationBar

    博客分类:
  • ios
 
阅读更多

// add our custom image button as the nav bar's custom right view
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"email.png"]
	style:UIBarButtonItemStyleBordered target:self action:@selector(action:)];
	self.navigationItem.rightBarButtonItem = addButton;
	[addButton release];
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics