is it possible to free memory of UIWebView?(是否可以释放 UIWebView 的内存?)
问题描述
我正在尝试释放 UIWebView 对象,但它没有释放内存.有什么原因吗?
i'm trying to release UIWebView object but it not free memory. is it have any reason?
推荐答案
也许清除缓存可能有帮助?参见 NSURLCache
类.
Maybe clearing the cache might help? See NSURLCache
class.
这篇关于是否可以释放 UIWebView 的内存?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!