SwiftUI
- Declarative Framework made with Swift
- SwiftUI is convenient but slow
SwiftUI Overview - Xcode - Apple Developer
- SwiftUI App abides by the App Protocol.
- Structure Body returns 1 or more scenes.
@mainmarks the entry point of the app.- I like how it is declarative