UITextView改变textColor奇怪的行为

时间:2016-07-20 12:02:24

标签: ios xcode text colors uitextview

我在主视图中添加了UITextView。我可以输入内容。但是当我以编程方式更改字体颜色(通过点击UIButton)时,文本颜色的底部部分不会更改(如附图中所示)。

按钮的IBAction中的代码:

 [myTextView setTextColor:clr];

enter image description here

为什么会发生这种情况,我该如何解决?我试过[myTextView setNeedsDisplay];不起作用。

0 个答案:

没有答案