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

SVWebViewController dealloc doesn't call super #27

Closed
MrZoidberg opened this issue Dec 8, 2012 · 2 comments
Closed

SVWebViewController dealloc doesn't call super #27

MrZoidberg opened this issue Dec 8, 2012 · 2 comments

Comments

@MrZoidberg
Copy link

The dealloc method of the SVWebViewController class doesn't call [super dealloc];

@wayneljw
Copy link

wayneljw commented Dec 8, 2012

But we are not allowed to call the dealloc method since the code is ARC.

http://stackoverflow.com/questions/7292119/custom-dealloc-using-arc-objective-c

@samvermette
Copy link
Member

Yeah, @wayneljw is right. If your project doesn't use ARC check out the notes at the top of the read me.

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

No branches or pull requests

3 participants