For this weeks free Friday I’m going to look for interesting projects that are going to help me with my memory game project. I can’t code along to today since I forgot my laptop at home. I’ll post updates on my project either later tonight or tomorrow evening.
Learning @Stateobject and @ObserveableObjective.
Stateobject and ObserveableObject are basically property wrappers that can be used to observe other classes in the app and update your view in real time.
Views are the interactive interface of your app (UI) when you code, unlike python you don’t have to keep clicking run to see the changes made.
Leave a Reply