繁体   English   中英

UIImage imageNamed返回nil

[英]UIImage imageNamed returning nil

UIImage imageNamed在iphone 6模拟器上的xcode 6中返回nil,但是在xcode 5上可以正常使用

码:

UIImage *img=[UIImage imageNamed@"img@2x~ipad"];

尝试

 UIImage *img=[UIImage imageNamed:@"img@2x~ipad.png"];

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM