When using Realm change notifications is it possible to identify the object that was changed?

I have registered a notification handler on a collection as described here

Per the documentation “This RealmCollectionChange resolves to an array of index paths that you can pass to a UITableView’s batch update methods.”

I my use-case, I am not using a UITableView and the indexPaths have no relevance. Is there any way to use the indexPaths to identify the objects in the collection?

It believe a similar question was also asked on StackOverflow Getting Object Instead of Index

See if that helps and if not, let us know.

Hi Jay - yeah thats my question :-). Thought I’d put a more than one line in the water :-). Thanks for your help