UIDatePicker 突出显示今天的日期 - 我如何更改该颜色?

发布于 2024-11-29 12:40:24 字数 55 浏览 1 评论 0原文

UIDatePicker 以蓝色突出显示今天的日期,但我希望它使用不同的颜色。我怎样才能改变它?

UIDatePicker highlights today's date in it's blue color, but I'd like it to use a different color for this. How can i change it?

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

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

发布评论

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

评论(2

街道布景 2024-12-06 12:40:24

您不能,除非从头开始重新创建 UIDatePicker。如果您需要此功能,请访问 http://bugreport.apple.com 请求。

You can't, not without recreating UIDatePicker from scratch. If you want this ability, please request it at http://bugreport.apple.com.

﹎☆浅夏丿初晴 2024-12-06 12:40:24

似乎 UIDatePicker 无法通过像 UIPickerView 这样的委托进行自定义。如果您需要此功能,最好的选择可能是从 UIPickerView 创建您自己的自定义日期选择器。

不过,您必须编写所有日期逻辑。

如果您需要更多帮助。请参考此链接:

如何更改 UIDatePicker 的字体?

删除UIDatePicker的颜色

希望这对您有帮助。

It seems UIDatePicker is not customizable via a delegate like UIPickerView. If you need this functionality, your best bet is probably to create your own custom date picker from a UIPickerView.

You'll have to code up all the date logic though.

If you need more help. Please refer to this link:

How to change Font of UIDatePicker?

Remove UIDatePicker's color

Hope this helps you.

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