Skip to content

Instantly share code, notes, and snippets.

@iTwenty
Created July 1, 2019 09:55
Show Gist options
  • Save iTwenty/0935ee83369bc0ffe667410c30676882 to your computer and use it in GitHub Desktop.
Save iTwenty/0935ee83369bc0ffe667410c30676882 to your computer and use it in GitHub Desktop.
iOS 13 UITableView Crash
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Attempted to access the table view's visibleCells while they were in the process of being updated, which is not allowed. Table view: <UITableView: 0x1030a1200; frame = (0 0; 540 620); clipsToBounds = YES; autoresize = RM+BM; gestureRecognizers = <NSArray: 0x28012ef40>; animations = { bounds.origin=<CABasicAnimation: 0x280f3fd20>; bounds.size=<CABasicAnimation: 0x280f3fd40>; }; layer = <CALayer: 0x280f1b780>; contentOffset: {0, 44}; contentSize: {540, 845.5}; adjustedContentInset: {801.66666666666663, 0, 0, 0}; dataSource: <HsConversationViewController: 0x1020a7000>>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment