简体   繁体   English

iOS13 暗模式披露指示器:不可读

[英]iOS13 Dark Mode Disclosure Indicator: Not readable

I have custom UITableView where I set the background color to white.我有自定义 UITableView ,我将背景颜色设置为白色。 This works for dark and bright mode.这适用于黑暗和明亮模式。 But on dark mode the disclosure indicators are hard to see.但在黑暗模式下,披露指标很难看到。

I tried to fix this with cell.tint color but it doe not work.我试图用 cell.tint color 解决这个问题,但它不起作用。 How can I fix it?我该如何解决?

Dark Mode:黑暗模式:

在此处输入图像描述

Bright Mode:明亮模式:

在此处输入图像描述

If you want the table view to always be light, regardless of the system setting, you should consider to set overrideUserInterfaceStyle =.light in your table view or view controller to force the system to always use light style colors.如果您希望表格视图始终保持明亮,无论系统设置如何,您应该考虑在表格视图或视图 controller 中设置overrideUserInterfaceStyle =.light以强制系统始终使用灯光样式 colors。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM