Tat*_*tat 0 object objective-c
第一:
- (void)dealloc {
[super dealloc];
[AboutButton release];
}
Run Code Online (Sandbox Code Playgroud)
第二个:
- (void)dealloc {
[AboutButton release];
[super dealloc];
}
Run Code Online (Sandbox Code Playgroud)
两种方法都是delloc,首先运行超级优先,另一种运行后来运行,哪一种是正确的,或者两者之间没有差异.太赫兹.
| 归档时间: |
|
| 查看次数: |
62 次 |
| 最近记录: |