Hi,
I am working through the iOS developer path and I am on the “your second iOS and SwiftUI app” course.
In the “Adding and deleting tasks”, we dismiss the modal using
self.presentationMode.wrappedValue.dismiss()
However, when the modal dismisses, clicking on the “plus” button is not bringing the modal back up. When I added a breakpoint in the “action” method, that breakpoint is not getting hit. Removing out the code to dismiss the modal and just dismissing the modal by swiping down allows me to bring up that modal again.
Is anyone else facing the same issue? I tried googling to see if it is a common issue but couldn’t find it.
Any help with this would be greatly appreciated!