Software:SwiftUI

From HandWiki
SwiftUI
Developer(s)Apple Inc.
Operating systemiOS, iPadOS, macOS, tvOS, watchOS
TypeSoftware framework
LicenseProprietary

SwiftUI is a development framework for building user interfaces for iOS, iPadOS, watchOS, tvOS and macOS, from Apple Inc. SwiftUI provides views, controls, and layout structures for declaring the app's user interface. The framework provides event handlers for delivering taps, gestures, and other types of input, and tools to manage the flow of data from the app's models down to the views and controls that users see and interact with.[1]

References