-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Hi there. I am using the latest TLIndexPathTools (0.4.3) with Core Data and came across a bug that seems to be related to TLIndexPathController (or my understanding of it.)
In short, TLIndexPathController is not populating modifiedItems
when it should be. It does call controller: didUpdateDataModel
but updates
has an empty modifiedItems
array.
Not being sure where the issue was, I wrote two tests, one against NSFetchedResultsController
and another against TLIndexPathController
to detect the same exact changes. The NSFetchedResultsController
tests work as expected, while the TLIndexPathController
tests fail to detect intermediate changes. I would like to have the NSFetchedResultsController
behavior.
I think this is either a serious issue, or a wild misunderstanding on my part. Either way I'd appreciate your guidance, and if it is an issue, I'd love to try to help resolve it. This library is a godsend and besides for this issue has been 100% solid for me. Thanks.
My tests: