frederik_diamond on Nostr: I think I have screwed up with my state management in my Swift notes app. I can’t ...
I 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
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