美文网首页
iOS failed to obtain a cell fro

iOS failed to obtain a cell fro

作者: 天空中的球 | 来源:发表于2019-04-01 17:21 被阅读0次

failed to obtain a cell from its dataSource UITableView 的错。。。

注意的是

- (UITableViewCell *)tableView:(UITableView *)tableView
         cellForRowAtIndexPath:(NSIndexPath *)indexPath {

不要返回空 return nil;错误的写法

相关文章

网友评论

      本文标题:iOS failed to obtain a cell fro

      本文链接:https://www.haomeiwen.com/subject/efwbpqtx.html