如何创建没有光泽效果的自定义 UIBarButtonItem
我使用 Three20 创建 UIBarButtonItem,如 StackOverFlow 问题所示:
Custom UIBarButtonItem withquartz
现在我什么UIBarButtonItem 没有光泽效果,并且可以有不同的颜色(浅色和深色)。
你知道该怎么做吗?
更新:
我想在不使用图像的情况下完成此操作。
I use Three20 to create UIBarButtonItem as shown in this StackOverFlow question:
Custom UIBarButtonItem with quartz
now I what that UIBarButtonItem have no glossy effect and can have different color (light color and dark color).
Do you know how to do it?
UPDATE:
and I would like to do it without using images.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以在 UIBarButtonItem 上使用 initWithCustomView ,并且使用它您基本上可以在该视图中放入您想要的任何内容 - TTButton、UIButton、自定义 UIView 等...
You can always use initWithCustomView on UIBarButtonItem and using it you can basically put in that view what ever you want - TTButton, UIButton, custom UIView, etc...