iOS全局修改UINavigationItem的backBarB

2017-07-12  本文已影响15人  红茶绅士

实现代码

let attDict = [
                 NSForegroundColorAttributeName : UIColor.clear ,
                 NSFontAttributeName : UIFont.systemFont(ofSize: 0.1)
               ]
        
UIBarButtonItem.appearance().setTitleTextAttributes(attDict , for: .normal)
UIBarButtonItem.appearance().setTitleTextAttributes(attDict , for: .highlighted)
效果图.png
上一篇 下一篇

猜你喜欢

热点阅读