mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-25 19:01:41 +01:00
WIP: demo app
This commit is contained in:
@@ -341,7 +341,8 @@ extension ObjectMonitor: FetchedResultsControllerHandler {
|
||||
userInfo: [String(NSManagedObject.self): anObject]
|
||||
)
|
||||
|
||||
case .update:
|
||||
case .update,
|
||||
.move where indexPath == newIndexPath:
|
||||
NotificationCenter.default.post(
|
||||
name: Notification.Name.objectMonitorDidUpdateObject,
|
||||
object: self,
|
||||
|
||||
Reference in New Issue
Block a user