mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-13 20:53:32 +01:00
SwiftUI + Preview #420
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @martres on GitHub (Aug 23, 2023).
Hello,
How can I "mock" CoreStoreObject to be used in PreviewProvider for example
Every time, I try to init CoreStoreObject and just bind values without needed to save to disk, I got an assert
@martres commented on GitHub (Aug 23, 2023):
Ok I found a solution
Override each property by subclassing the CoreStoreObject