强调UIBarButtonItem不起作用

时间:2015-07-06 09:54:09

标签: ios uikit uibarbuttonitem

我试图强调UIBarButtonItem,但以下内容无效:

testBarItem.setTitleTextAttributes([
    NSUnderlineStyleAttributeName:NSUnderlineStyle.StyleDouble.rawValue      
        ], forState: .Normal)

更改NSForegroundColorAttributeName等其他属性确实有效。

以上与NSAttributedStringUILabel一起使用的相同代码确实为文字加下划线,那么为什么这不适用于UIBarButtonItem

0 个答案:

没有答案