uibarbuttonitem 色调颜色
我的 UIToolbar 上有 2 个按钮,我希望其中一个为绿色,另一个为红色。我可以使用 TintColor 功能来做到这一点吗?或者我必须使用图像?
I have 2 buttons on a UIToolbar, I'd like one to be tinted green and the other red. Can I do this using the TintColor feature. Or do I have to use images?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑:我读错了。如果您想单独为按钮着色,唯一的选择是图像和自定义视图。
但我要警告您,这是对 HIG 的公然违反。我认为审查小组不会喜欢它。
EDIT: I misread. If you want to tint the buttons individually, your only option is going to be images and custom views.
I would warn you though, this is a blatant violation of the HIG. I don't think it'll be liked by the review team.