Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 466 forks source link

-[UITableView _configureCellForDisplay:forIndexPath:] crash #220

Open BlackSelf opened 7 years ago

BlackSelf commented 7 years ago

Crash in Crashlytics:

UIKit -[UITableView _configureCellForDisplay:forIndexPath:]

Fatal Exception: NSInternalInconsistencyException UITableView (<RATableView: 0x103194000; baseClass = UITableView; frame = (0 0; 375 554); clipsToBounds = YES; autoresize = W+H; gestureRecognizers = <NSArray: 0x17024ba60>; layer = <CALayer: 0x1708212c0>; contentOffset: {0, 240}; contentSize: {375, 1140}>) failed to obtain a cell from its dataSource (<RATreeView: 0x109b79270; frame = (0 64; 375 554); autoresize = RM+BM; layer = <CALayer: 0x17062cbe0>>)

It occurs on deinit of view controller. But I can't repeat it.

fresh83 commented 6 years ago

Anyone?