cover of episode Day 53: The Quirks of Learning Xcode. Working with... Xcode, Playgrounds, Swift Documentation, YouTube.

Day 53: The Quirks of Learning Xcode. Working with... Xcode, Playgrounds, Swift Documentation, YouTube.

2021/9/28
logo of podcast Dev90X: Zero to App in 90 Days

Dev90X: Zero to App in 90 Days

Frequently requested episodes will be transcribed first

Shownotes Transcript

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