gpt4 book ai didi

ios - 自定义 UITableViewCell 初始值设定项在 IOS 中出错

转载 作者:行者123 更新时间:2023-11-28 22:16:19 24 4
gpt4 key购买 nike

我正在使用这样的自定义单元格:

PropertyCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];

它被注册为:

[self.tableView registerNib:[UINib nibWithNibName:@"PropertyCell" bundle:nil] forCellReuseIdentifier:@"PropertyCell"];

类声明为:

@interface PropertyCell : UITableViewCell <UITextFieldDelegate>

它在 xib 中包含一个 UITextField,我需要在初始化时为其分配一个委托(delegate)。

问题在于:

- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier

在这种情况下永远不会被调用。

该出队机制使用哪种初始化程序?

最佳答案

您将要使用此问题中发布的 initWithCoder 或 awakeFromNib...

initwithstyle:reuseIdentifier: not called

关于ios - 自定义 UITableViewCell 初始值设定项在 IOS 中出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21555256/

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