UITextView.attributedString文本被替换为删除线

时间:2017-03-15 23:19:28

标签: ios swift textview nsattributedstring

问题

设置

-fplan9-extensions

UITableViewCell内部导致文本本身被删除实际文本的长度删除。 cell.textView.attributedText = NSAttributedString.strikeThroughText("Any sort of text Goes Here")仍保留正确的字符串值,但文本本身不可见,只有删除线。

textView

enter image description here

enter image description here

注意

我可以在UILabel上正确使用此代码。

问题

如何在UITextView文本

上正确执行删除线

0 个答案:

没有答案