Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
加载像谷歌这样的图像 URI 使用 UIWebview 的图像搜索结果将显示“收到内存警告”并崩溃继续运行约 1 小时。我在创建 webview 时错过了什么吗?
NSString *loadURL =/****Some Image search result****/; [webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:loadURL]]];
内存警告不仅是您的应用程序的错误,也是由于在后台运行的其他应用程序造成的。有关更多信息,请参阅此堆栈溢出问题。