gpt4 book ai didi

iphone - 使用 initWithCoder 初始化 UITableViewCell 是否正确?

转载 作者:行者123 更新时间:2023-12-03 20:48:10 25 4
gpt4 key购买 nike

我正在使用加载 UITableViewCell,

[[NSBundle mainBundle] loadNibNamed:@"BlogCell" owner:self options:nil];
cell = blogCell;
self.blogCell = nil;

其中 blogCell 是 BlogCell.xib 的导出

实际的 UITableViewCell 类型为 BlogCell,它是 UITableViewCell 的子类。

在我的BlogCell类(class)中,我正在使用

-(id)initWithCoder:(NSCoder *)aDecoder {
self = [super initWithCoder:aDecoder];

//initialisation of some cell properties here

return self;
}

这是正确的吗?这是处理从 Nib 加载的单元格初始化的方法吗?

谢谢

最佳答案

那个,或者在awakeFromNib中。

关于iphone - 使用 initWithCoder 初始化 UITableViewCell 是否正确?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3687518/

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