gpt4 book ai didi

iphone - 为什么 myArray 没有被初始化?

转载 作者:行者123 更新时间:2023-11-28 18:44:45 24 4
gpt4 key购买 nike

- (id)initWithStyle:(UITableViewStyle)style {
// Override initWithStyle: if you create the controller programmatically and want to perform customization that is not appropriate for viewDidLoad.
self = [super initWithStyle:style];
if (self) {
myArray = [[NSMutableArray alloc]init];
NSLog(@"ARRAY INITIALIZED"); //THIS NEVER OCCURS
}
return self;
}

最佳答案

您是以编程方式创建表还是在 Interface Builder 中?如果它在界面构建器中,那么您需要覆盖 -(id) initWithCoder:(NSCoder *)coder

关于iphone - 为什么 myArray 没有被初始化?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5845413/

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