WIP: demo app

This commit is contained in:
John Rommel Estropia
2016-07-25 08:21:22 +09:00
parent db5b8ca702
commit e9be711d4c
61 changed files with 210 additions and 298 deletions

View File

@@ -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,