Ios swift – How to navigate in SwiftUI while also executing logic and creating a new Object?
I have a EditTapasView which is there to edit any Tapas created by the user. To create one, they can press a "New Tapas" button, sending them to exactly this EditTapasView with a newly created Tapas. Until now it all…