Notes & code for CS193p - Developing Apps for iOS
- All materials below are from https://cs193p.sites.stanford.edu.
Lecture | Reference |
---|---|
1 - Getting Started with SwiftUI | Video - YouTuBe |
2 - Learning More about SwiftUI | Video - YouTuBe, PDF 1, PDF 2 |
3 - MVVM | Video - YouTuBe |
4 - More MVVM enum Optionals | Video - YouTuBe, PDF 1, PDF 2 |
5 - Properties Layout @ViewBuilder | Video - YouTuBe |
-> Click here for more about CS193p of 2017 <-
- Xcode 8.0+
- Swift 3.0+
CS193P is an iOS lesson from Stanford University in Spring, 2017. You can learn it by using iTunes U.
I will share my own notes & code here. If you find some bugs, please issue me!
Updated completely.
-
Notes
- CS193p Lecture 03 Notes (zh-CN)
- CS193p Lecture 04 Notes (zh-CN)
- CS193p Lecture 05 Notes (zh-CN)
- CS193p Lecture 06 Notes (zh-CN)
- CS193p Lecture 07 Notes (zh-CN)
- CS193p Lecture 08 Notes (zh-CN)
- CS193p Lecture 10 Notes (zh-CN)
- CS193p Lecture 13 Notes (zh-CN)
- CS193p Lecture 16 Notes (zh-CN)
- CS193p Lecture 17 Notes (zh-CN)
-
Code