iOS 错误提示

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:.

posted on 2014-05-21 17:42  Hai_阔天空  阅读(445)  评论(0编辑  收藏  举报

导航