WIP: editable datasources

This commit is contained in:
John Estropia
2019-10-11 07:47:49 +09:00
parent d5114fc4bc
commit 81dfb8e3e5
21 changed files with 1253 additions and 479 deletions

View File

@@ -269,7 +269,8 @@ public enum TransformableContainer<O: CoreStoreObject> {
}
internal var valueForSnapshot: Any {
return self.value
return self.value as Any
}
@@ -486,6 +487,7 @@ public enum TransformableContainer<O: CoreStoreObject> {
}
internal var valueForSnapshot: Any {
return self.value as Any
}