Personal Project, January 2019

Overview

  • Learned basic Xcode IDE functionalities to create a GUI for a Magic 8 Ball themed app.
  • Coded in Swift to enable answers to be randomly selected from an array when the “shake” gesture is preformed (and when a “button pressed” action is performed on the GUI).
  • Installed the application on my physical device via Xcode for demonstration purposes.

Technologies Used

  • Xcode IDE
  • Swift (very basic concepts – array of answers, randomizing answer selection via functions, connecting the shake gesture and button press actions to revealing a randomized answer)
  • Xcode Interface Builder GUI

TAKE A CLOSER LOOK