今天做一个tableView动态单元格遇到一个这么个问题。 Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:], /SourceCache/UIKit_Sim/... 因为 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath 这个函数的返回值是个null!!!原因是ID没有配置正确我在custom Class下面配置了identity ID 应该在TableView Cell 下面配置identifier 为指定IDidentity 身份identifier 标识
时间: 2024-10-06 12:29:58