标签: swift xcode
当我在Playground中尝试使用文字时,它会向我显示(不显示我的图像):
在上面我添加了图像或UIImage文字,但没有显示它们的内容。\
还有颜色(我甚至看不到颜色):
答案 0 :(得分:6)
当您输入Color Literal时,会出现white bo x。要设置所需的颜色,请点按该白色框以select the colour from Color Picker。
Color Literal
white bo
select the colour from Color Picker
这就是它的样子:
答案 1 :(得分:2)
确保添加到课程import UIKit
import UIKit
答案 2 :(得分:1)
分别键入#colorLiteral()和#imageLiteral()来查看颜色选择器或图像选择器。
#colorLiteral()
#imageLiteral()
注意:图像选择器将在Assets.xcassets上列出您的图像。
Assets.xcassets