WIP: README

This commit is contained in:
John Estropia
2019-10-19 22:17:25 +09:00
parent 326b897b06
commit a267395618
13 changed files with 348 additions and 104 deletions

View File

@@ -1476,7 +1476,7 @@ class MyViewController: UIViewController, ObjectObserver {
}
}
```
We then need to keep a `ObjectMonitor` instance and register our `ObjectObserver` as an observer:
We then need to keep an `ObjectMonitor` instance and register our `ObjectObserver` as an observer:
```swift
let person: MyPersonEntity = // ...
self.monitor = CoreStore.monitorObject(person)