Apple Development

Finished "Unit 1" in "Develop in Swift: Fundamentals" from Apple.

I learned about:

  • Xcode
  • Interface Builder
  • Basic Swift Concepts

I built a basic "Light" app showing how to use a button to change the background color of the app from black to white. This covered some of the following concepts:

  • Creating actions and outlets by option-click-dragging from Interface Builder to code.
  • Modifying those associations to run conditional code based on the button click (Turning the screen black if white, or white if black etc.)

I know it's a basic project, but it felt good to get back into this environment. I can't wait to see what the next section is going to show me.