-
@ Frederik Handberg
2025-04-23 15:17:41I think I have screwed up with my state management in my Swift notes app. I can’t get a view to update immediately. Every time a change happens, the user must go back and forth between views before the change is reflected in the UI. Done some research, and it seems like my problem is a classic Swift problem known as “the nested Observable Objects issue”. #swift #dev