Post

Replies

Boosts

Views

Activity

Reply to Enable Undo CoreData SwiftUI
Here's the solution, via -> https://stackoverflow.com/questions/73422048/enable-undo-coredata-swiftui @Environment(\.undoManager) var undoManager // ... var body: some View { // ... .onAppear { viewContext.undoManager = undoManager } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’22