您的位置:首页 > Web前端

Could not load the "start.png" image referenced from a nib in the bundle with identifier

2017-11-02 17:09 756 查看
xib加载图片,提示


Could not load the "start.png" image referenced from a nib in the bundle with identifier,原因是没有将图片加载到bundle中。

解决办法:
选中项目->Build Phases -> Copy Bundle Resources 点击加号,将对应图片添加进去即可
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  iOS xib 图片
相关文章推荐