UIWebView eats ~20mb memory
So, after running spme tests with my app to determine the cause for extremely high memory usage, I found out that UIWebview was behind it. I got a hidden webView where I perform some operations, but the point is when I tell the webview to download the URL requests, memory consuption rises like 20-25mb which is not very good. 开发者_如何学PythonI am not doing anything else with the view, I only tell it to load the page. Any solutions or has someone encountered similar? Thanks..
精彩评论