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 has been archived by the owner on May 15, 2020. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: