Calculator Using Xcode(Swift) to create a simple calculator. What I learned: How to place the items(i.e. Button, Label) properly. How to connect Model, View and Controller for the application. How to make use of the function to compute simple maths.