Diploma in Apple Development 🍎👩🏻💻: Coding 2: Lecture Lecture 11: What is going on with SwiftUI under the hood.
Back to slide index.
👋🏻 Hi!
First, don't forget to confirm your attendance using the Seats Mobile app!
Second, I'm going to start every lecture with a meditation from the fantastic
Sitting Still Like a Frog book, all read by Myla Kabat-Zinn. If you don't want to participate that's completely fine.
This is the final Coding lecture for the whole year. We are going to go into how SwiftUI works under the hood. Apple hasn't officially told us what is going on, so we are going to have to be detectives and piece it all together. We are going to go in this order:
- What a Tuple is in Swift
- What a Key Path expression is in Swift and how it used in a For Each statement
- What the some, any and Any keywords mean
- What property wrappers are and how you can use them for data management in SwiftUI
- What a ViewBuilder is in SwiftUI
- What a Result Builder is in Swift
- Take a deep dive into SwiftUI
- Spend a day in the life of a SwiftUI view
Thanks! As always, please review all today's content as homework. Next week will be mock Practical Exam and Multiple Choice Tests.
Back to slide index.