Hey, Steemit Community. In this tutorial, i will be teaching you guys about Variables/Constants and IB Outlets. I am going to be showing you this through video form because I feel it is going to be in the best interest that you do. The reason for this is because I need to show you specific things to do, and it would be too hard to write it out. So I hope you enjoy this amazing video. The only thing that I will be writing is the definitions for Variables/Constants and IB Outlets. Enjoy!!
Definitions:
Variables: something that is able to be changed or adapted.
Constant: as the name suggests, something that must stay constant, the same, for the duration of the program
IB Outlets: A type of variable that connects what you see on the User Interface to what you need to write in the Code Editor. Essentially, a link between the UI and the code.