CodePath TF Unit 1 Lab
MichaelDacanay/ios101-lab1-mariokart-starter: Unit 1 Teaching Fellow Prep (github.com)
As an iOS teaching fellow at CodePath, I need to complete the labs before each week’s lesson.
I forked the starter code, and cloned the repo on my local machine ( git clone git@github.com:MichaelDacanay/ios101-lab1-mariokart-starter.git
). Then I navigated to the project root and with open MarioKart.xcodeproj
, I opened the project in Xcode.
Command + R
to run the project in Simulator.
I learned about the different types of gestures available in iOS developement including double-tap, pinch, pan/drag, rotate, and more.