All supplementary workshop materials and links can be found here: Presentation Slides
- Have a computer running OSX/macOS
- Have Xcode (between 7.1 - 7.3)
- Have an Apple Developer account - how to set it up
- Familiarize with the IDE
- Create a basic “Hello, world” app
- Create something a little more interesting
- Resources, best practices, how to continue learning on your own
- The first app we'll be making is a simple Hello, World app
- We'll learn about how easy it is to create an app with basic navigation
- Open the Starter project and build up until it looks like the Final
- We'll learn about how easy it is to add some touch gestures (swipes) and iPhone sensors (shaking)
- Open the Starter project and build up until it looks like the Final