UITableView _configureCellForDis
2017-08-03 本文已影响87人
Matcha00
出现这种错误原因是(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath 返回cell为空
解决办法:
1.cell是否注册或者dequeueReusableCellWithIdentifier 设置不对
2.如果cell是nib自定义,可以查看xib中Identifier与代码中Identifier是否一致