Reorder UITableView with cells big height

Hi everyone. Sorry for my english.. I have problem with reordering, edit tableview. I have big tableview with different cells, When i try change position small cell.. and go over big cell, big cell change possition a little but if i finished drag and drop small cell will not be visible and i got error

TableTest[56838:6785968] [Assert] UITableView internal inconsistency: _visibleRows and _visibleCells must be of same length. _visibleRows: {2, 2}; _visibleCells.count: 3, _visibleCells: (


can see the screenshot my simulator here

Thanks !

Please show exactly where you call reorder. Are youn editing on the main Queue or in some other queue ?


May read this:

https://stackoverflow.com/questions/47244941/uitableview-internal-inconsistency-visiblerows-and-visiblecells-must-be-of-sa

Reorder UITableView with cells big height
 
 
Q