The introduction to iOS Foundations Module 5 from CodeWithChris details the new LearningApp that we’ll be creating.
It looks initially similar to the previous RecipeApp with the addition of new navigation screens and user feedback/responses.
The section I’m most excited about is retrieving data from remote sources – something I’ve done often with PHP & MySQL, so I’m intrigued about how it works with apps on mobile devices.
Lesson 2 sets up the project, complete with GitHub repository, and doing a bit of renaming (Refactor seems to be working this time around – well, mostly), and creating an EnvironmentObject and Observable ViewModel.
We’ve used these a few times now and, whilst I “know” what they are, I still have trouble getting my head around how they actually work. I’m sure it will come with time.