Post

Replies

Boosts

Views

Activity

Reply to Sample project not working?
well doesn't seems to work in Xcode 12.5... That's what the template holds .toolbar {             #if os(iOS)             EditButton()             #endif             Button(action: addItem) {                 Label("Add Item", systemImage: "plus")             }         } my bad I didn't see I had to change also the header and put everything in a navigationController
Apr ’21