In this tutorial you will use Swift and SwiftUI to create a calculator app.
This tutorial is great for anyone who has some experience with Swift and wants to learn about making user interfaces with SwiftUI.
You will learn:
- SwiftUI a declarative framework written in Swift used to creat user interfaces.
- Defining Global state, ObservableObject, and Publishing vars
- Defining an EnvironmentObject in a SwiftUI view
- Using a wide range of SwiftUI objects like: HStack, VStack, and ZStack, Button, Text, and more.
- Styling SwiftUI views with various method provided by SwiftUI