These resources are not required reading. They are optional for anyone who is curious, or wants some more context.
Swift is the programming language used in the workshop. It is a modern language created by Apple.
iOS (originally iPhone Operating System) is the operating system that runs on iPhones and iPads. It's a platform that enables developers to fetch data over the network, receive input from users, and display interactive content.
-
Apple’s comprehensive introduction to Swift programming langauge
-
StackOverflow - resource for asking programming questions. Search here first as someone has probably already answered your question! 👍
-
Stanford's iOS Course (iOS 9) - 2016 videos on YouTube
-
Stanford's iOS Course (iOS 11) - 2018 course on iTunes University
-
Ray Wenderlich articles - lots of quality free tutorials for iOS & Swift