标签: ios uitextview nsmutableattributedstring
我目前正在使用UITextView并设置其attributedText属性,但我看不到使用NSMutableAttributedString设置下划线颜色与文本颜色不同的方法。我只是错过了一些东西吗?这可能吗?
UITextView
attributedText
NSMutableAttributedString
我是否需要调查CoreText?那可能吗?
CoreText
答案 0 :(得分:1)
你可以设置两个相同文本和不同颜色的UITextViews,下面的textview下划线。