-
@ericlewis I've been meaning to ask - I have an app working with SwiftUI but I obviously want to persist that so it's not lost every time the app is opened. Is Core Data what I should be looking into?
-
@ericlewis Or does BindableObject persist?