业务员做什么,hp之重回天真,日薄西山造句
之前设置字体 用这些关键字 NSFontAttributeName ,NSForegroundColorAttributeName ,NSParagraphStyleAttributeName
在swift 4 中这些都被弃用 如果使用会出现如下错误:
Use of unresolved identifier 'NSFontAttributeName'
Use of unresolved identifier 'NSForegroundColorAttributeName'
Use of unresolved identifier 'NSParagraphStyleAttributeName'
现在正确时使用方法是用 NSAttributedStringKey.font NSAttributedStringKey.foregroundColor 等更swift化的形式代替。
比如设置导航栏title 字体样式:还可以直接使用 .font .foregroundColor 省略 NSAttributedStringKey
如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复
iOS 使用UITextField自定义搜索框 实现用户输入完之后“实时搜索”功能
网友评论