sakkaras / SKSTableView

An expandable table view.
MIT License
446 stars 115 forks source link

Crashing when clicking cell very fast. #22

Open PalTamojit opened 9 years ago

PalTamojit commented 9 years ago

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Cell animation stop fraction must be greater than start fraction'

exception when scrolling and selecting ...
[self deleteRowsAtIndexPaths:totalExpandedIndexPaths withRowAnimation:UITableViewRowAnimationAutomatic];

wwwang89 commented 9 years ago

hello,I meet the same problem with you,have you solved the problem ? share any ideas?thanks~