SwiftUI
Noun · Development
Definitions
Apple's declarative UI framework for building interfaces across iOS, macOS, watchOS, and tvOS using Swift, where the UI is described as a function of state and the framework handles rendering and updates.
In plain English: Apple's modern way to build app interfaces by describing what you want rather than manually constructing every button and label.
Example: "With SwiftUI, a list with pull-to-refresh is literally five lines of code."