/SimpleCalculator

Calculator, Study Stanford Developing iOS video - part.MVC

Primary LanguageSwift

Set of Practice

🐈 Make Project of the Basic iOS Applications using Swift.

< Contents >

  1. Calculator

🌙 Basic Calculator

1. Try MVC Desgin Pattern.

  • Model File name is CalculatorModel.

2. Apply Autolayout to use storyboard.

3. Use Structure

  • Structs are preferable if they are relatively small and copiable because copying is way safer than having multiple reference to the same instance as happens with classes.

  • Reference document : http://goo.gl/KmFBJu

4. Test code use and study. (ing)

🤖 This project is still in the making..