如何创建没有光泽效果的自定义 UIBarButtonItem

发布于 2024-12-13 07:09:42 字数 325 浏览 1 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心是晴朗的。 2024-12-20 07:09:42

您始终可以在 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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文