- 设置button的下划线直接设置文字的属性
NSMutableAttributedString的abStr添加文字属性NSUnderlineStyleAttributeName并设置下划线样式,NSUnderlineStyleNone-- 无下划线,NSUnderlineStyleSingle-- 单行下划线,NSUnderlineStyleThick-- 单行加粗下划线,NSUnderlineStyleDouble-- 双下划线. - 设置下划线颜色属性
NSUnderlineColorAttributeName - 最主要的是设置button的标题为
NSMutableAttributedString包含多种属性的字符串string.
相关文章: