答案 0 :(得分:2)
您正在尝试创建一个在object-c桥接UITableViewCell
类(不推荐使用)中存在的属性
https://developer.apple.com/documentation/uikit/uitableviewcell/1623213-image?language=objc
@property(nonatomic, strong) UIImage *image;
这是一些您无法覆盖的属性
textLabel
detailTextLabel
imageView
图片