为什么UITextView白色在Xcode 11中选择表格视图单元时突出显示?

问题描述 投票:0回答:1

当我点击表格视图单元格时,UITextView白色(单击此处)会突出显示。

这不是旧版本的xCode。这仅在xCode 11.0中发生。

发生在xCode 11.0内部版本如下。

enter image description here

我期待并已经在以前的xCode中发生过,如下所示:

enter image description here

我试图使UITextView的颜色清晰,但没有运气。

任何想法为何在不同的xCode构建中都会发生这种情况?如果找到任何解决方案,请回复。

ios uitextview ios13 xcode11
1个回答
0
投票

我认为您必须更改SelectionUITableViewCell()属性

选择UITableViewCell,然后选择Attributes inspector

enter image description here

您可能会看到选择了Default

enter image description here

所以您只需要将其更改为None

enter image description here

喜欢这样

也许会对您有帮助

© www.soinside.com 2019 - 2024. All rights reserved.