在我的cellForRowAtIndexPath
方法中,它从服务器获取数据。如果数据的值之一是false
我想更改一些全局对象的一些值并跳过实现此单元格,但是当我尝试返回nil
应用程序时崩溃。我将Parse.comPFQueryTableViewController
用于. 我无法查询对 said-value 为 true 的对象,因为当它是 时,我需要更改程序中的其他内容。UITableViewController
cellForRowAtIndexPath
false
Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UITableView (<UITableView: 0x7e30e400; frame = (0 95; 320 424); clipsToBounds = YES; autoresize = W+H; gestureRecognizers = <NSArray: 0x7b2a94b0>; layer = <CALayer: 0x7b2a8af0>; contentOffset: {0, 0}; contentSize: {320, 1690}>) failed to obtain a cell from its dataSource (<_UIFilteredDataSource: 0x7b26d5a0>)'