我是Swift和Xcode的新手。图像文字看起来不像图片。我想创建一个Image Literals数组。我希望它们看起来像一个小图片的代码,而不是一个字符串。就像在屏幕上一样。I want to see the images like this
whitzsjs1#
您可以尝试在image literal之前添加#,例如:#imageLiteral(resourceName: "some-image")个
#
#imageLiteral(resourceName: "some-image")
1条答案
按热度按时间whitzsjs1#
您可以尝试在image literal之前添加
#
,例如:#imageLiteral(resourceName: "some-image")
个