您好,匿名用户
随意问技术百科期待您的加入

已经开启了ARC dealloc 还可以用?

0 投票

我的工程已经开启ARC了,但是我看-(void)dealloc还是可以实现的,那这个方法还是会被调用吗?还是就是个摆设?
什么时候会调用它?ARC都开起来了,这个留着还有什么用

用户头像 提问 2012年 12月1日 @ Apple 上等兵 (542 威望)
分享到:

1个回答

0 投票
 
最佳答案

官方文档说得很清楚http://developer.apple.com/library/ma...

You may implement a dealloc method if you need to manage resources other than releasing instance variables. You do not have to (indeed you cannot) release instance variables, but you may need to invoke [systemClassInstance setDelegate:nil] on system classes and other code that isn’t compiled using ARC.

用来在dealloc的时候手动解除delegate关系。

用户头像 回复 2012年 12月1日 @ Ezreal 上等兵 (266 威望)
选中 2012年 12月1日 @Apple
提一个问题:

相关问题

0 投票
1 回复 36 阅读
0 投票
0 回复 20 阅读
用户头像 提问 2013年 9月17日 @ Sona 上等兵 (306 威望)
0 投票
1 回复 39 阅读
+1 投票
1 回复 93 阅读
+1 投票
1 回复 51 阅读

欢迎来到随意问技术百科, 这是一个面向专业开发者的IT问答网站,提供途径助开发者查找IT技术方案,解决程序bug和网站运维难题等。
温馨提示:本网站禁止用户发布与IT技术无关的、粗浅的、毫无意义的或者违法国家法规的等不合理内容,谢谢支持。

欢迎访问随意问技术百科,为了给您提供更好的服务,请及时反馈您的意见。
...