failed to obtain a cell from its dataSource UITableView 的错。。。
注意的是
- (UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath {
不要返回空 return nil;错误的写法
failed to obtain a cell from its dataSource UITableView 的错。。。
注意的是
- (UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath {
不要返回空 return nil;错误的写法