1、錯(cuò)誤:tableView寞缝。
Assertion failurein-[UITableView-configureCellForDisplay:forIndexPath:]
2幅狮、原因:tableView的如下數(shù)據(jù)源方法返回了一個(gè)空值搁进。
- (UITableViewCell*)tableView:(UITableView*)tableView cellForRowAtIndexPath:(NSIndexPath*)indexPath ?{
? ? ? ? ? ? ? ?return ? nil;
}
3顺又、解決:返回一個(gè)cell