mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-23 18:01:23 +01:00
README bug
This commit is contained in:
@@ -1404,9 +1404,9 @@ CoreStore provides type-safe wrappers for observing managed objects:
|
|||||||
| *Number of objects* | 1 | 1 | N | N |
|
| *Number of objects* | 1 | 1 | N | N |
|
||||||
| *Allows multiple observers* | ✅ | ✅ | ✅ | ✅ |
|
| *Allows multiple observers* | ✅ | ✅ | ✅ | ✅ |
|
||||||
| *Emits fine-grained changes* | ❌ | ✅ | ❌ | ✅ |
|
| *Emits fine-grained changes* | ❌ | ✅ | ❌ | ✅ |
|
||||||
| *Emits DiffableDataSource snapshots* | ❌ | ✅ | ❌ | ✅ |
|
| *Emits DiffableDataSource snapshots* | ✅ | ❌ | ✅ | ❌ |
|
||||||
| *Closure callback* | ✅ | ❌ | ✅ | ❌ |
|
|
||||||
| *Delegate methods* | ❌ | ✅ | ❌ | ✅ |
|
| *Delegate methods* | ❌ | ✅ | ❌ | ✅ |
|
||||||
|
| *Closure callback* | ✅ | ❌ | ✅ | ❌ |
|
||||||
| *SwiftUI support* | ✅ | ❌ | ✅ | ❌ |
|
| *SwiftUI support* | ✅ | ❌ | ✅ | ❌ |
|
||||||
|
|
||||||
### Observe a single property
|
### Observe a single property
|
||||||
|
|||||||
Reference in New Issue
Block a user