This repo contains my lecture notes and projects from Paul Hegarty's classic CS 193p iPhone Application Development course offered by The School of Engineering at Stanford.
This course is described as being updated for iOS 11 and Swift 4, Tools, and APIs required to build applications for the iPhone and iPad platforms using the iOS SDK. The course covers user interface design for mobile devices and unique user interactions using multi-touch technologies. Object-oriented design using model-view-controller paradigm, memory management, the Swift programming language. Other topics include: animation, mobile device power management, multi-threading, networking and performance considerations.
Prerequisites: C language and object-oriented programming experience exceeding Programming Abstractions level, and completion of Programming Paradigms.
Lecture | Slides | Source | Video | Date |
---|---|---|---|---|
1. | Overview of iOS | September 25, 2017 | ||
2. | Model View Controller (MVC) | September 27, 2017 | ||
FL1 | Debugging: Xcode Tips & Tricks | September 29, 2017 | ||
3. | Swift | October 2, 2017 | ||
4. | Protocols & Closures | October 4, 2017 | ||
5. | Drawing in iOS | October 9, 2017 | ||
6. | Multitouch & Multiple MVCs | October 11, 2017 | ||
7. | Multiple MVCs, Timer, Animation | October 16, 2017 | ||
8. | Animation | October 18, 2017 | ||
FL2 | Github, Source Code Workflow | October 20, 2017 | ||
9. | View Controller Lifecycle, Scroll View | October 23, 2017 | ||
10. | Multithreading & AutoLayout | October 25, 2017 | ||
FL3 | Instruments | October 27, 2017 | ||
11. | Drag and Drop, UITableView, & UICollectionView | October 30, 2017 | ||
12. | Emoji Art Demo, UITextField | November 1, 2017 | ||
13. | Emoji Art Demo, Persistence | November 6, 2017 | ||
14. | More about Documents, Demo | November 8, 2017 | ||
15. | Alert and Action Sheet, Notifications & KVO, Application Lifecycle | November 13, 2017 | ||
16. | Segues - Modal, Popover, Unwind, Embed | November 15, 2017 | ||
17. | Core Motion & Camera | November 29, 2017 |
Reading | Name |
---|---|
1. | Reading 1: Intro to Swift |
2. | Reading 2: More Swift |
3. | Reading 3: Finishing off Swift |
PS | Name |
---|---|
1. | Assignment 1: Concentration |
2. | Assignment 2: Set |
3. | Assignment 3: Graphical Set |
4. | Assignment 4: Animated Set |
5. | Assignment 5: Image Gallery |
6. | Assignment 6: Persistent Image Gallary |
My CS193p projects are licensed under the MIT License.
Visit ddApps.co to see more.