无法从资产中选择文件夹

时间:2015-09-10 12:00:31

标签: ios xcode swift

我在xcode中的图像资源中创建了一个名为weather-large的文件夹,我在其中有一个我想要访问的文件,名为clouds.png

所以我尝试以这种方式访问​​它:

weatherImageView.image = UIImage(contentsOfFile: "weather-large/clouds")

也是这样尝试的:

weatherImageView.image = UIImage(named: "weather-large/clouds")

但是当我可以在root中访问它时它们都不起作用。我做错了什么?

0 个答案:

没有答案