获取图片路径
用以下方式获取
let path = Bundle.main.path(forResource: "ImageName", ofType: "ImageType")
错误
用以下方式输出验证的时候
print("path is (String(describing: "path"))")
发现输出结果为:
path is nil
不能忍啊
解决
在查阅前人经验之后,还是得看文件夹添加方式啊。原来我手贱将文件夹添加方式由
【Create groups】换做【Create folders references】,修改完毕之后就通过啦哈哈哈哈哈。
后记
- 不要随便修改默认规则
- 遇事多用回溯法