CS193p icon indicating copy to clipboard operation
CS193p copied to clipboard

Notes & code for CS193p 2017 & 2021 - Developing Apps for iOS

CS193P_2017 & 2021

Notes & code for CS193p - Developing Apps for iOS

中文版 README

2021

Materials

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

2017

Info

  • Xcode 8.0+
  • Swift 3.0+

Preface

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.

Content

Video

  • Code
    • Calculator
    • CalculatorPlayground
    • FaceIt
    • Cassini
    • Smashtag
    • CoreDataExample
    • Asteroids

Document

  • 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

    • Lecture 03 Playground
    • Lecture 04 Demo
    • Lecture 05 Demo
    • Lecture 08 Demo

Contact