Dev90X: Zero to App in 90 Days
Dev90X: Zero to App in 90 Days
Jack Cotton-Brown
Day 53: The Quirks of Learning Xcode. Working with... Xcode, Playgrounds, Swift Documentation, YouTube.
8 minutes Posted Sep 28, 2021 at 7:04 am.
0:00
8:35
Download MP3
Show notes

Discussion:

  • It’s funny how you can do something one time, then try to do it again and run into roadblocks the second time.

Progress Update:

  • Plugged in Handstand Vision 2 into the Xcode project.
  • Created a basic git system on my mac.
  • Implemented my first working sound effect into the app. Unfortunately it creates a lag effect while the code tried to continue running synchronously.
    • Need to find a way to run the sounds effect on a different thread?
  • Implemented the basic logic structure in my code using switch statements and arrays of labels.
  • Harry has his bunch of progress items as well