Day 2 of 100 Days of SwiftUI

Day 2 of #100DaysOfSwiftUI, this is my solution to checkpoint 1. The rules are to create a constant holding any temperature in Celsius, convert it to Fahrenheit, and then print out both values. I used explicit type definition for the constants, so I didn’t have to remember to add a decimal to the Celsius temperature. …

Read more »