*** Assertion failure in -[UITableView _createPreparedCellForGlobalRow:withIndexPath:], ... *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UITableView dataSource must return a cell from tableView:cellForRowAtIndexPath:' UITableViewのdelegateメソッド-tableView:cellForRowAtIndexPath:がnilを返すと発生します。 セルオブジェクト再利用のために次のようにインスタンスを取得しますが、 UITableViewCell *cell = [tabl