Replies: 1 comment
-
You can't right now. The indices are useful if you're displaying a collection in a UITableView/CollectionView and need to animate changes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is use cases for indexes that is not relevant?
If was delted item on idx 10, but modified item on idx 12 and isertion on idx 15 this information already not useful, because of you cannot be sure what objects/keys was deleted and what was updated.
How can I recieve notifications not only with indexes, but also with keys?
Beta Was this translation helpful? Give feedback.
All reactions