Tab Bar的TableView问题?

时间:2010-03-28 14:34:48

标签: iphone uitableview uitabbarcontroller uitabbar

我创建了一个在单个视图应用程序中工作正常的tableView,但是一旦我更改了Tab Bar Controller的视图控制器并点击了带有表视图的视图的选项卡,我突然得到了这个!出了什么问题?

[Session started at 2010-03-28 15:30:15 +0100.]
2010-03-28 15:30:17.763 LogbookTable[13473:207] *** -[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x3b14d10
2010-03-28 15:30:17.765 LogbookTable[13473:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x3b14d10'
2010-03-28 15:30:17.766 LogbookTable[13473:207] Stack: (
    29303899,
    2465178889,
    29685819,
    29255286,
    29107906,
    4372518,
    4379894,
    4378891,
    3095430,
    3035941,
    3077376,
    3065931,
    55820976,
    55820399,
    55818438,
    55817530,
    2739877,
    2763572,
    2745983,
    2773089,
    37399897,
    29088640,
    29084744,
    2739733,
    2777007,
    10496,
    10350
)

1 个答案:

答案 0 :(得分:2)

你有一个UIViewController,它应该是一个UITableViewController。在Interface Builder中检查您的视图层次结构。