SwiftUI
Warning
This post is more than a year old. Information may be outdated.
- 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