Swift UIDatePicker:您可以为日历上的单个日期指定颜色吗(辅助功能对比度问题)
我在具有深色和浅色模式的应用程序中以内联模式使用 UIDatePicker。
我为深色模式指定了浅蓝色 AccentColor,它适用于所有其他组件。但对于日历,当所选日期是实际日期时,我最终会遇到问题,因为它会以浅蓝色白色呈现,因此没有足够的对比度来满足可访问性要求。
我认为这是日期选择器中的一个错误,因为在浅色模式下,今天的日期在选择时会改变颜色,因此它呈现为白色,而所有其他日期呈现为深灰色。尽管如此,我还是需要做一些事情来解决这个问题 - 是 有没有办法覆盖单个日期的文本颜色?
I am using a UIDatePicker in inline mode, in an app that has both dark and light mode.
I have specified a light blue AccentColor for dark mode, which works well for all other components. But for the calendar, I end up with a problem when the selected day is the actual date, because it gets rendered with white on light blue, hence not having enough contrast to meet accessibility requirements.
I think this is a bug in the date picker, because in light mode, today's date changes color when selected, so that it is rendered in white while all other dates are rendered in dark gray. I nevertheless need to do something to fix that - is
there a way to override the color of the text for an individual date?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论