SwiftUI
Sign in to saveSwiftUI is a declarative framework for building user interfaces for iOS, iPadOS, watchOS, tvOS, visionOS and macOS, developed by Apple Inc. for the Swift programming language.
~2 min read
Encyclopedic overview
6 sectionsContents
- Overview
- History
- Examples
- References
- External links
- Further reading
SwiftUI is a declarative framework for building user interfaces for iOS, iPadOS, watchOS, tvOS, visionOS and macOS, developed by Apple Inc. for the Swift programming language.
== Overview == SwiftUI is declarative, contrasting with the imperative syntax used in other Apple development frameworks such as UIKit and AppKit. SwiftUI allows for 2D drawing, animations, event handling, widgets, and data binding. SwiftUI automatically synchronizes between UI views and data.
Excerpted from Wikipedia’s “SwiftUI” article, available under the CC BY-SA 4.0 licence.