Lesson 3 of Module 1 of the CodeWithChris Design Course introduces us to Path(). This element effectively allows you to “draw” a shape based on coordinates, a bit like a primitive CAD drawing (something I’m very used to). It gets a bit complicated with where the drawing’s origin point is […]
Daily archives: 27 March 2022
2 posts
Lesson 2 of Module 1 from the CodeWithChris Design Course is to recreate a design using just the shapes elements in SwiftUI. I think I got pretty close! I did have to look up what was possible with the RoundedRectangle() but, after that, it was all just about playing around […]