【发布时间】:2017-08-18 01:59:18
【问题描述】:
我正在写一个非常简单的行,但我很难看到我实际写了什么,因为我的图像标题在 xcode 中显示为图标。
我想把它看成:
thing.image = picture.png
但我认为它是:
thing.image = an actual icon is here in the code for some weird purpose I can't understand
我没有运气搜索过。任何帮助是极大的赞赏。谢谢!
**edit:我假设它是一个图标占位符...它显示为一个小白框。
**edit:这是我的代码的外观:
【问题讨论】:
-
有截图吗?
-
图片标题是什么?,尝试更改图片标题
-
它们是文字,如果你想使用图像名称,那么你可以像
UIImage(named: "picture")
标签: ios swift xcode image icons