Xcode图像文字

utugiqy6  于 2023-08-07  发布在  其他
关注(0)|答案(1)|浏览(114)

我是Swift和Xcode的新手。图像文字看起来不像图片。
我想创建一个Image Literals数组。我希望它们看起来像一个小图片的代码,而不是一个字符串。就像在屏幕上一样。I want to see the images like this

whitzsjs

whitzsjs1#

您可以尝试在image literal之前添加#,例如:
#imageLiteral(resourceName: "some-image")

相关问题