KKGridView
KKGridView copied to clipboard
Total freakout after item deletion and scroll
Try deleting an item. Then scroll. Let the fun begin.
I think this is an issue with the update object not being removed.. I'll look into it.
That was what I thought — I did find a bug in my code where I was only removing the update from dictionary in -removeUpdate:, not -removeUpdateForIndexPath: within KKGridViewUpdateStack.
However, even after fixing that, this problem still occurs. Looking into it some more.