爲什麼會收到以下錯誤:three20數據源和表問題
*** Assertion failure in -[TTTableView _createPreparedCellForGlobalRow:withIndexPath:], /SourceCache/UIKit_Sim/UIKit-1448.89/UITableView.m:5678
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UITableView dataSource must return a cell from tableView:cellForRowAtIndexPath:'
*** Call stack at first throw:
我該如何解決這個問題?
的地步,它停止是:
- (void)layoutSubviews {
[super layoutSubviews]; //right here
這裏面TTTableView.m
委託回調以獲取表格視圖單元格不能爲零。 – Joe
這是Three20和RestKit,你知道嗎? – adit