YYText icon indicating copy to clipboard operation
YYText copied to clipboard

设置tintColor无效

Open chenfengfeng opened this issue 7 years ago • 3 comments

使用YYTextView无法改变光标颜色,设置了tintColor后还是蓝色 所以需要修改的是内部输入类的颜色? 有没有什么办法可以改变颜色?

chenfengfeng avatar Oct 10 '18 02:10 chenfengfeng

同问,有方法设置吗?

AlleniCode avatar Mar 21 '19 09:03 AlleniCode

代码手动设置,故事版设置无效

AlleniCode avatar Mar 21 '19 09:03 AlleniCode

我看了下源码,它是监听tintColor的set方法,然后进行了一系列的颜色设置,包括选区的颜色,但是xib设置的在某些系统版本下无法被监听到方法调用,所以不会触发设置颜色的方法

BackWorld avatar Oct 30 '20 02:10 BackWorld