You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2019. It is now read-only.
If I change this to YES it works fine, though flickers a little.
I get the sense that with emptyCaches:NO you are trying to be good and only redraw the dirty rect but I wonder if you are fully taking into account everything that becomes dirty as cells move around. I dunno. :(
Using BCCollectionView in my app I'm noticing that when I select a few items and hit delete, sometimes the drawing isn't right.
http://media.clickablebliss.com/blog/movies/delete_selection_bug.mov
When the managed object context changes I end up calling
[self.businessCollectionView reloadDataWithItems:self.businesses emptyCaches:NO];
If I change this to YES it works fine, though flickers a little.
I get the sense that with emptyCaches:NO you are trying to be good and only redraw the dirty rect but I wonder if you are fully taking into account everything that becomes dirty as cells move around. I dunno. :(