gpt4 book ai didi

objective-c - 为什么 Xcode 不自动为我添加 viewDidUnload?

转载 作者:行者123 更新时间:2023-12-01 17:43:25 25 4
gpt4 key购买 nike

我正在阅读这篇关于 iOS 5 开发的文章,其中包含以下内容:

Delete all the methods except for viewDidUnload. When you’re finished,
your implementation should look like this:

#import "BIDViewController.h" @implementation BIDViewController
- (void)viewDidUnload
{
[super viewDidUnload];
// Release any retained subviews of the main view. // e.g. self.myOutlet = nil;
}
@end

只是,我从来没有这种方法。它说当我链接 Action 和导出时它应该自动向该方法添加方法,但由于我必须随机添加它,它似乎没有这样做。

最佳答案

因为此方法在 iOS 6 中已弃用。See the docs.

关于objective-c - 为什么 Xcode 不自动为我添加 viewDidUnload?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12867042/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com