我将 CustomImageView 添加到 UITableViewCell。
UITableViewCell *cell = nil;
if (cell == nil) {
cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:@"Cell1"] autorelease];
}
CustomImageView *customIV = [[CustomImageView alloc] init];
[cell.contentView addSubView:customIV];
[customIV release];
但是当我尝试重新加载 tableview 时,会发生错误。
错误调用堆栈如下。
输出字符串如下。
-[CustomImageView superview]:消息发送到释放的实例 0x1f848f30