textVIEw.tyPingAttributes[NSForegroundcolorAttributename] = UIcolor.red
现在,我已经向Swift 4迁移了它的显示错误,我尝试如下,但它仍然显示错误.什么是正确的设置方式?
textVIEw.tyPingAttributes[NSAttributedStringKey.foregroundcolor] = UIcolor.red解决方法 试试这个:
textVIEw.tyPingAttributes[NSAttributedStringKey.foregroundcolor.rawValue] = UIcolor.red总结
以上是内存溢出为你收集整理的ios – 在Swift 4中设置textView.typingAttributes前景色全部内容,希望文章能够帮你解决ios – 在Swift 4中设置textView.typingAttributes前景色所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)