文字(图像和颜色)在Xcode中不起作用

时间:2017-10-23 09:27:36

标签: swift xcode

当我在Playground中尝试使用文字时,它会向我显示(不显示我的图像):

anotherExample 在上面我添加了图像或UIImage文字,但没有显示它们的内容。\

还有颜色(我甚至看不到颜色):

another example

3 个答案:

答案 0 :(得分:6)

当您输入Color Literal时,会出现white bo x。要设置所需的颜色,请点按该白色框以select the colour from Color Picker

这就是它的样子:

enter image description here

答案 1 :(得分:2)

确保添加到课程import UIKit

答案 2 :(得分:1)

分别键入#colorLiteral()#imageLiteral()来查看颜色选择器或图像选择器。

color literal or image literal in xcode placeholder

注意:图像选择器将在Assets.xcassets上列出您的图像。