UIBarButtonItem 与 UIBarButtonItemStyleDone 的tintColor 是哪个?

发布于 2024-08-02 16:07:09 字数 154 浏览 10 评论 0原文

我想使用带有两个按钮的 UISegmentedControl 作为单个“完成”按钮的替代品。为了实现这一点,我需要通过 UIBarButtonItemStyleDone 了解 UIBarButtonItems 的tintColor。

提前欢呼并感谢

MrMage

I would like to use a UISegmentedControl with two buttons as a replacement for a single 'Done' button. To achieve this, I need to know the tintColor of UIBarButtonItems with UIBarButtonItemStyleDone.

Cheers and thanks in advance

MrMage

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

原野 2024-08-09 16:07:09

在 Joe Hewitt 的 Three20 示例项目 TTCatalog 中,它是 RGBCOLOR(30, 110, 255)。所以这也是我要使用的。

更新:RGBCOLOR(60, 136, 230) 更好。

In Joe Hewitt's Three20 example project TTCatalog, it's RGBCOLOR(30, 110, 255). So that's what I'm gonna use, too.

Update: RGBCOLOR(60, 136, 230) is even better.

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