Hi guys
I'm having serious issues with TableView's.
Completely randomly, I get this error:
*** Assertion failure in -[UITableView _endCellAnimationsWithContext:], /SourceCache/UIKit_Sim/UIKit-1914.84/UITableView.m:878
It occurs sometimes when I delete a row using deleteRow and right after use insertRowAfter.
I was told you can't animate a TableView other than one at a time but why not? I really need this to work in order to submit my app.
Any help is appreciated.
2 Answers
providing some sample code might help us to provide a better answer, but my suggestion is to provide a slight delay between the animations.
I'm getting this assertion failure on SDK 3.0.2.GA simply by doing table.setData([]). Is anyone else finding that?
Your Answer
Think you can help? Login to answer this question!