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スーパービュー]:割り当て解除されたインスタンス0x1f848f30に送信されたメッセージ