选择文本时,一切都变成了白色的iOS swift
Posted
技术标签:
【中文标题】选择文本时,一切都变成了白色的iOS swift【英文标题】:When text is selected everything becomes white ios swift 【发布时间】:2018-04-16 15:19:48 【问题描述】:我一直在使用 JLStickerTextView。它有一个 JLAttributedTextView,它基本上扩展了 UITextView。
我的问题是当我在 JLAttributedTextView 中选择一个文本时,一切都变成了白色。
通常是这样的
https://user-images.githubusercontent.com/17532073/38668425-bc8af2ce-3e65-11e8-8998-89ece0e48ae1.png
但是选中文字后,变成了这样
https://user-images.githubusercontent.com/17532073/38668470-d4101e56-3e65-11e8-9dd7-6da03037b32f.png
【问题讨论】:
查看***.com/questions/42341269/… 【参考方案1】:我需要从文本视图中清除色调颜色。它解决了这个问题。谢谢。
【讨论】:
以上是关于选择文本时,一切都变成了白色的iOS swift的主要内容,如果未能解决你的问题,请参考以下文章
iOS Swift 2.0 UITextView 根据文本冻结应用程序
在 iOS 13 中使用 UISearchController 时,状态栏在 iOS 中变为白色