이 레포는 Stanford CS193p 2023 강의를 기반으로 iOS와 SwiftUI를 공부하며 정리한 내용을 담고 있습니다.
✅ Completed | 🔄 In Progress | 📅 Scheduled (Due Date)
📖 Reading Assignment | 💻 Programming Assignment
Lecture | Code & Notes | Assignments |
---|---|---|
01. Getting Started with SwiftUI | ✅ Lecture01 | 📖 R1 |
02. More SwiftUI | ✅ Lecture02 | 💻 Assignment1 |
03. MVVM | ✅ Lecture03 | |
04. Applying MVVM | 🔄 Lecture04 | 📖 R2 |
05. Protocols, enum, Optional | 🔄 Lecture05 | 💻 P2 |
06. Layout, @ViewBuilder | 📖 R3 💻 P3 |
|
07. Shape, ViewModifier, Constants | ||
08. Animation(Part 1) | 📖 R4 | |
09. Animation(Part 2) | 💻 P4 | |
10. Emoji Art | ||
11. Gestures, 2nd MVVM | 💻 P5 | |
12. Persistence, Property Wrappers | ||
13. Presenting Views, Navigation | 💻 P6 | |
14. Multithreading, Error Handling | ||
15. Document Architecture |