OStack程序员社区-中国程序员成长平台

标题: ios - 不建议使用颜色文字 - Xcode 9 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 16:04
标题: ios - 不建议使用颜色文字 - Xcode 9

我正在尝试设置具有特定颜色的属性,在这种情况下,我想使用 Color Literal 函数,但是 Xcode 不建议使用 Color Literal 并且只给我从 UIColor 中选择的选项...我该如何修复建议问题?

Color Literal not being suggested

Second Attempt with typing "L" after "Color"



Best Answer-推荐答案


我认为您可以将此文字添加到您的代码片段库中。

#colorLiteral(red: 1.0, green: 1.0, blue: 1.0, alpha: 1.0)

关于ios - 不建议使用颜色文字 - Xcode 9,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52031101/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4