Skip to content
This repository was archived by the owner on Aug 18, 2019. It is now read-only.
This repository was archived by the owner on Aug 18, 2019. It is now read-only.

Multiple selection delete sometimes not getting drawn right #5

@zorn

Description

@zorn

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. :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions