You do not have to (indeed cannot) release instance variables, but you may need to invoke [self setDelegate:nil] on system classes and other code that isn’t compiled using ARC.
kepenj
2015-04-01 14:13:18 +08:00
保持良好习惯dealloc 里面制空。
kobe1941
2015-04-14 10:57:58 +08:00
delegate一直用weak修饰,不用在dealloc里设置为nil,多此一举(ARC下)。
第 1 页 / 共 1 页
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。