以下是我发现的解决方法.
>如果我将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)
解决方法
我点击了一些元素,即使应用程序应该向上滚动,因为你有很多元素,没有任何问题/崩溃
我已经在xCode 7.3.2和iPad Air 9.2上进行了测试.模拟器
你能不能用它的设备说它崩溃了?