我试图强调UIBarButtonItem
,但以下内容无效:
testBarItem.setTitleTextAttributes([
NSUnderlineStyleAttributeName:NSUnderlineStyle.StyleDouble.rawValue
], forState: .Normal)
更改NSForegroundColorAttributeName
等其他属性确实有效。
以上与NSAttributedString
和UILabel
一起使用的相同代码确实为文字加下划线,那么为什么这不适用于UIBarButtonItem
?