Skip to content
This repository was archived by the owner on May 15, 2020. It is now read-only.

UAFilterableResultsChangeType.Move not being called #1

@Nemesisprime

Description

@Nemesisprime

Using UAFilterableResultsController to filter a UICollectionView, but noticed an issue.

If we have a list of objects and remove the first item, when moving the second item into the first position, instead of calling UAFilterableResultsChangeType.Move, both UAFilterableResultsChangeType.Delete and then UAFilterableResultsChangeType.Insert called in sequence down the rest of the list.

It's not too big of a deal, but instead of items moving around, they disappear and then reappear in their correct positions (when working with the standard UICollectionLayout).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions