- (CGFloat)tableView:(UITableView*)tableView heightForRowAtIndexPath:(NSIndexPath*)indexPath
{
// セルの高さ設定
return 60.0;
}
2010-07-20 07:03:39.303 TabCon[964:207] *** Terminating app due to uncaught exception ‘NSUnknownKeyException’, reason: ‘[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key mTableView.’ |
原因
MainWindow.xib でタブバーアイテムのクラスを作ったクラス名に変更する必要がある。
InspectorでClass Identifyの項を見る。