devedbox / AXWebViewController

AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). It added navigation tool bar to refresh, go back, go forward and so on. It support the navigation style on WeChat. It is a simple-using and convenient web view controller using inside applications.
MIT License
797 stars 133 forks source link

有内存泄露,我在pop后,内存没有减少。 #27

Closed tigerzhang08 closed 7 years ago

tigerzhang08 commented 7 years ago

有内存泄露,我在pop后,内存没有减少。

devedbox commented 7 years ago

@tigerZhang86 xcode所示的内存很不精确,况且一个对象是占用不了多少内存的,在xcode内存图里是看不出来的!经过调试,pop之后AXWebViewControllerdealloc方法正常调用,也就是说AXWebViewController的实例被销毁了,所以在pop这个地方不存在内存泄漏.