Can you use SwiftUI on Linux?

SwiftUI on your platform OpenSwiftUI provides the API — other projects can implement the actual rendering of UI elements for different platforms like Linux, Windows, Embedded, and many more . SwiftUIEmbedded is one of the first projects that make use of OpenSwiftUI (Demo).

Read more

What devices can run SwiftUI?

SwiftUI runs on iOS 13, macOS 10.15, tvOS 13, and watchOS 6, or any future later versions of those platforms . This means if you work on an app that must support iOS N-1 or even N-2 – i.e., the current version and one or two before that – then you will be limited in terms of the features you can offer.

Read more

Is SwiftUI good enough?

In short, SwiftUI is a wonderful and very promising framework . I think it’s the future. But, it could be another 3–5 years until it reaches the same reliability and robustness as UIKit. However, that doesn’t mean you shouldn’t use SwiftUI today.

Read more