Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 2.1 KB

README.md

File metadata and controls

28 lines (22 loc) · 2.1 KB

CS193p-2023

이 레포는 Stanford CS193p 2023 강의를 기반으로 iOSSwiftUI를 공부하며 정리한 내용을 담고 있습니다.

Progress

✅ 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