我正在xcode 4.2中使用UISearchDisplayController實現UITableView。 UITableView & UISearchDisplayController在StoryBoard中創建。 我設置的UITableView小區標識符(SampleCell)和訪問它像ios 5 UISearchDisplayController崩潰
cell = [tableView dequeueReusableCellWithIdentifier:@"SampleCell"];
UITableView的是工作的罰款。 但是,一旦我嘗試搜索,應用程序崩潰與下面的錯誤。
*** Assertion failure in -[UISearchResultsTableView _createPreparedCellForGlobalRow:withIndexPath:], /SourceCache/UIKit_Sim/UIKit-1912.3/UITableView.m:6072
2011-11-09 22:22:16.058 SampleApp[14362:fb03] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UITableView dataSource must return a cell from tableView:cellForRowAtIndexPath:'
我想我需要設置self.searchDisplayController.searchResultsTableView單元格的單元格標識符。 但我不知道如何。 在此先感謝您的幫助。 =)
+1你救了我的時間,鍵入question.I確切面臨SAM問題。 – thesummersign