码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 错误提示

时间:2014-05-23 06:48:14      阅读:273      评论:0      收藏:0      [点我收藏+]

标签:style   c   code   color   a   strong   

1.CUICatalog: Invalid asset name supplied: , or invalid scale factor: 2.000000

=》原因:

You are calling [UIImage imageNamed:@""] or [UIImage imageNamed:nil].

No image will match the empty string. If you are trying to clear the image, pass nil instead of calling imageNamed:.

iOS 错误提示,布布扣,bubuko.com

iOS 错误提示

标签:style   c   code   color   a   strong   

原文地址:http://www.cnblogs.com/lihaibo-Leao/p/3741775.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!