Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'cells'
tableView刷新提示这个错误,不知道错哪了?求路过的指点
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
table view 或者cell 或者其他,没有Identifier为“cells”的

cell是哪里创建的(IB还是代码),有没有注册,有没有打上唯一标识?