KKGridView icon indicating copy to clipboard operation
KKGridView copied to clipboard

Total freakout after item deletion and scroll

Open jonsterling opened this issue 12 years ago • 2 comments

Try deleting an item. Then scroll. Let the fun begin.

jonsterling avatar Apr 04 '12 04:04 jonsterling

I think this is an issue with the update object not being removed.. I'll look into it.

kolinkrewinkel avatar Apr 04 '12 04:04 kolinkrewinkel

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.

zadr avatar Apr 04 '12 04:04 zadr