Comment on page
🔟

SwiftUI

Fall 2023

Lecture Slides

SwiftUI-1.pdf
7MB
PDF
SwiftUI Part I
SwiftUI-2.pdf
4MB
PDF
SwiftUI Part II

Lecture Video

SwiftUI Part I
SwiftUI Part II

Lecture Demo

Clone the Repository

### Part I ###
[email protected]:intro-to-ios/lec10-swiftui-1.git
### Part II ###
[email protected]:intro-to-ios/lec11-swiftui-2.git

Checkout Branches

### Part I ###
git checkout origin/1-layouts
OR git checkout 1-layouts
git checkout origin/2-list
OR git checkout 2-list
git checkout origin/3-refactor
OR git checkout 3-refactor
### Part II ###
git checkout origin/1-navigation
OR git checkout 1-navigation
git checkout origin/2-button
OR git checkout 2-button
git checkout origin/3-textfield
OR git checkout 3-textfield