mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
List Monitor didUpdateObject method not called #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomasgibas on GitHub (Oct 21, 2015).
I'm using ListMonitor object to set data in table view. ListObjectObserver methods are called fine, only didUpdateObject method is never called when I update some of the object in ListMonitor. I'm ImportableUnique object to update, create and delete objects.
@JohnEstropia commented on GitHub (Oct 21, 2015):
@tomasgibas Thanks for the report! Can you give me more details on the following?
We're trying to find all edge cases of NSFetchResultsController's nasty bugs that were introduced on XCode 7.
Related discussions:
https://github.com/JohnEstropia/CoreStore/issues/12
https://forums.developer.apple.com/thread/4999
@JohnEstropia commented on GitHub (Oct 23, 2015):
@tomasgibas Can you check if the master branch fixes the problem for you?
@tomasgibas commented on GitHub (Oct 23, 2015):
Using iOS 9.1 and 8.4
Yes, it is with sections,
I'm fetching data from server and save it to persistent store, there is when I expect method to be called
@tomasgibas commented on GitHub (Oct 23, 2015):
At first look, it seems working. Great! Thank you.
@JohnEstropia commented on GitHub (Oct 23, 2015):
@tomasgibas That's great! I'll close this ticket but feel free to report any other issues you find. Thanks!