gpt4 book ai didi

ios - 带有 xib 的 CustomTableViewCell。我无法将标签连接到自定义状态表单元格

转载 作者:行者123 更新时间:2023-11-28 20:42:03 24 4
gpt4 key购买 nike

我刚刚创建了 CustomTableViewCell.xib。然后我用 IBOutlets 创建了类 CustomTableViewCell。在身份检查器中,我将类型更改为我的 CustomTableViewCell

 @interface CustomTableViewCell : UITableViewCell
{
IBOutlet NSString *placeName;
IBOutlet NSString *address;
IBOutlet NSString *distance;
}

@property (nonatomic, retain) IBOutlet NSString *placeName;
@property (nonatomic, retain) IBOutlet NSString *address;
@property (nonatomic, retain) IBOutlet NSString *distance;

@end

但我无法将标签连接到自定义状态表单元格。请看截图。

enter image description here

最佳答案

也许你需要使用:

IBOutlet UILabel * placeNameLabel
...

相反。然后,在标签 View 中设置文本。

关于ios - 带有 xib 的 CustomTableViewCell。我无法将标签连接到自定义状态表单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8092176/

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