|
|
|
|
|
by ash_gti
2091 days ago
|
|
SwiftUI isn't tied to the OS version. It has a runtime API that should work with different versions of the OS. There were changes to the compiler that they didn't talk about until after the fact though. After SwiftUI was announced they did run those through swift-evolution. SwiftUI for the most part is just a runtime library, the compiler changes made things a bit nicer, but most of it could be achieved without compiler changes. |
|
My clients app requires supporting iOS 11, but I’d love to start mixing in sone SwiftUI.