WeatherApp
A Very simple weather app(no API)
The purpose of this app is to:
- understand the SwiftUI View tree structure
- UI properties(importance of order of properties)
- @State and @Bind
- SwiftUI’s declarative syntax vs imperative we’re all used to :/