A simple BMI Calculator that lets a user select a value for height and weight and calculate their BMI.
Learnings:
- Implementing a UI Slider
- Difference between classes and structs
- creating user interface programmatically
- Storyboards and multi-screen apps using segues
- Optional Binding, Optional Chaining and Nil Coalescing Operator