The only constant is change, as the saying goes. Lesson 9 of Module 4 deals with the Picker – what I previously knew as <SELECT> ... </SELECT> in good old HTML. I swear these things would be easier to learn if they didn’t change the names willy-nilly. Following the tutorial […]
Daily archives: 22 February 2022
2 posts
Module 4 Lesson 8 introduces LazyVStack which, initially, doesn’t look much different to VStack, but I’m sure it will in the end. The lesson today is mostly cosmetic changes to the RecipeApp, and the challenge is to use LazyVStack to create a scrollable list of variable shaped rectangles. The challenge, […]