Tuesday, May 19, 2020

Stanford Course on iOS Programming

Stanford is starting to publish their videos from their iPhone programming course from Spring 2020 that just finished.

https://www.youtube.com/playlist?list=PLpGHT1n4-mAtTj9oywMWoBx0dCGd51_yG&app=desktop

There are several main differences between their course and ours:
  • They will go into more detail about computer science like MVVM (Model-View-View-Model).
  • It sort of assumes you already know an object-oriented language like C++ or Java.
  • They get started much more quickly than we do ... their first app is more complicated than our first app and it uses animation, navigation controllers, and other advanced features.
  • They are using SwiftUI, which is Apple's new replacement for storyboards where you lay out your screens using code instead of graphically.
This is one of the best iOS programming courses around and the instructor is well known for teaching it.


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.