【发布时间】:2011-03-25 21:23:17
【问题描述】:
每当我在 UIWebView 中加载页面时,我都会在控制台中收到此错误
ImageIO: <ERROR> _CGImagePluginInitGIFmalformed GIF file (1005 x 767)
它被记录了好几次,但在页面按预期加载时似乎没有任何影响。
这是我用来加载页面的代码:
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
[webView loadRequest:requestObj];
[webView setDelegate:self];
知道这个错误是什么意思吗?
【问题讨论】:
标签: cocoa-touch ios uikit core-graphics javax.imageio