如何在导航栏按钮上设置图像?
我需要将图像放在导航栏的添加、取消和后退按钮上。我已经完成了添加按钮,但没有获得后退按钮。
即使使用此添加按钮图像,它也会显示回蓝色自定义按钮。如何设置?
UIBarButtonItem *addButton=[[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"bar_add_button.png"]
style:UIBarButtonSystemItemAdd target:self
action:@selector(addNote)];
I need to put images on add,cancel and back buttons of navigation bar. I have done with add button but not getting for back button.
even with this add button image it shows back blue color custom button.how to set for this?
UIBarButtonItem *addButton=[[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"bar_add_button.png"]
style:UIBarButtonSystemItemAdd target:self
action:@selector(addNote)];
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)