Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

不进入dealloc方法 #23

Closed
cnYB opened this issue Mar 16, 2017 · 4 comments
Closed

不进入dealloc方法 #23

cnYB opened this issue Mar 16, 2017 · 4 comments

Comments

@cnYB
Copy link

cnYB commented Mar 16, 2017

不进入dealloc方法

@devedbox
Copy link
Owner

看看代码

@devedbox
Copy link
Owner

@coderYB 方便看看你的代码吗?这样有助于解决你的问题。

@IAFung
Copy link

IAFung commented Mar 24, 2017

你的demo就不释放
__weak typeof(self) wself = self;
_progressView.ax_webViewController = wself;
这个代码注释了才会走dealloc

@devedbox
Copy link
Owner

@coderYB @IAFung 感谢发现这个问题,一直都没注意到这个内存管理的问题!问题已解决:v0.4.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants