SwiftUI

from Wikipedia, the free encyclopedia

SwiftUI is a GUI framework from Apple that is based on the MVVM design pattern . SwiftUI was first introduced during WWDC 2019.

It offers the ability to create views declaratively and model states in a lightweight manner so that state changes are immediately reflected in the user interface. SwiftUI also provides event handlers for gestures and other types of input. Furthermore, there are ready-made views, control elements and layout structures, from which own individual views can be developed for all Apple platforms, such as iOS , macOS , watchOS and tvOS , which share the source code between the platforms. Accessibility and different languages, countries or cultural regions are supported.

Web links

Individual evidence

  1. Apple Developer Documentation. Retrieved July 15, 2020 .
  2. Apple Developer Documentation. Retrieved July 15, 2020 .
  3. Accessibility in SwiftUI - WWDC 2019 - Videos. Retrieved July 15, 2020 .