以下是我发现的解决方法.
>如果我将tablevIEw更改为分组而不是简单 – 错误就会消失.
>如果我删除部分页脚 – 错误就会消失.这对我来说不是一个可行的解决方法.
The error occurs after “controllerWillChangeContent” and prior to the “controllerDIDChangeContent” – the code here is just copy/pasted from Apple’s FRC protocol reference.
谁知道为什么会这样?由于它与Grouped tablevIEw一起运行很好,它似乎很可能是一个Apple BUG – 但我想在报告之前我先问这里.
Assertion failure in -[UIVIEwAnimation initWithVIEw:indexPath:endRect:endAlpha:startFraction:endFraction:curve:animateFromCurrentposition:shouldDeleteAfteranimation:editing:],/SourceCache/UIKit_Sim/UIKit-2903.23/UItableVIEwSupport.m:2661
2014-03-08 17:13:29.226 workBox[7527:70b] CoreData: error: SerIoUs application error. An exception was caught from the delegate of NSFetchedResultsController during a call to -controllerDIDChangeContent:. Cell animation stop fraction must be greater than start fraction with userInfo (null)
Sample program
解决方法 我已经在github上下载你的项目,在iPad Air上测试过.我点击了一些元素,即使应用程序应该向上滚动,因为你有很多元素,没有任何问题/崩溃
我已经在xCode 7.3.2和iPad Air 9.2上进行了测试.模拟器
你能不能用它的设备说它崩溃了?
总结以上是内存溢出为你收集整理的ios – 在UITableView中删除行时Tableview崩溃 – 样式:普通和部分页脚全部内容,希望文章能够帮你解决ios – 在UITableView中删除行时Tableview崩溃 – 样式:普通和部分页脚所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)