Swift UI Tutorial

This is a review on Apple’s Swift UI Tutorial

This is a tutorial for making a landmark application for iOS, watchOS and MacOS. Including 4 parts, Swift UI essentials, Drawing and Animations, Layout and framework integrations.

I strongly suggest reading chapter 1 and 3, the chapter 4, Watch OS and Mac OS part. This is a walkthrough on most of Apple’s functions.

In swift part, you will learn how to use state variables, environment variables and binding value with inputs.

By learning to build watch OS app, you will know how to make mono files workable between projects.

Next, I will study Swift tutorial, especially the vision OS one.