Im following Apple's tutorial for creating an app for managing scrums and Im currently on the "Passing data with bindings chapter" (https://developer.apple.com/tutorials/app-dev-training/passing-data-with-bindings). My problem is that, after editing the details of a scrum, the DetailView and the ScrumsView don't update to show the changes. Ive downloaded the project files and am looking at the complete folder and Im still getting the same issue.
I was able to get the DetailView to show changes by converting the DailyScrum struct into a class but ScrumsView still doesn't update. Am I missing something or is Apple's solution broken?
Please let me know if I need to upload anything else. Thanks