我一直在使用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
答案 0 :(得分:0)
我需要从textview中清除色调颜色。它解决了这个问题。感谢。