*** Assertion failure in -[UITableView _endCellAnimationsWithContext:], /SourceCache/UIKit_Sim/UIKit

简介:

*** Assertion failure in -[UITableView _endCellAnimationsWithContext:], /SourceCache/UIKit_Sim/UIKit-2935.137/UITableView.m:1368

遇到这种问题时,是由于少加了两行代码:

      [_tableView beginUpdates];
      [_tableView deleteRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationAutomatic];
      [_tableView endUpdates];
      

调用beginUpdates/endUpdates
目录
相关文章
|
图形学
CONTEXT_CREATION_ERROR: Renderer: Error creating Canvas3D graphics context/Not a GL2 implementation
CONTEXT_CREATION_ERROR: Renderer: Error creating Canvas3D graphics context/Not a GL2 implementation
146 0
|
网络安全
Qt :qt.network.ssl: QSslSocket : cannot call unresolved function TLSv1_1_client
Qt :qt.network.ssl: QSslSocket : cannot call unresolved function TLSv1_1_client
257 0
Qt :qt.network.ssl: QSslSocket : cannot call unresolved function TLSv1_1_client
|
容器
【错误记录】Flutter 界面跳转报错 ( Navigator operation requested with a context that does not include a Naviga )
【错误记录】Flutter 界面跳转报错 ( Navigator operation requested with a context that does not include a Naviga )
552 0
【错误记录】Flutter 界面跳转报错 ( Navigator operation requested with a context that does not include a Naviga )
|
存储 安全 前端开发
These are some of the existing methods to implement IPC on iOS
These are some of the existing methods to implement IPC on iOS
198 0
These are some of the existing methods to implement IPC on iOS
|
iOS开发
Xcode消除警告:Unknown class ViewController in Interface Builder file
Xcode消除警告:Unknown class ViewController in Interface Builder file
301 0
IsoAlgo --- Connect Symbols
IsoAlgo --- Connect Symbols eryar@163.com Key Words: IsoAlgo   确定好符号的方向后,就可以把管路中各个符号按其拓朴关系连接起来,使之与三维模型中的拓朴关系一致。
1059 1
Attack OGC WFS Implementation
http://docs.opengeospatial.org/is/04-094r1/04-094r1.
1150 0