I have an app made in UIKit with a deployment target of 9.0 which I would like to apply SwiftUI to.
I would like my app to use SwiftUI while still being compatible with iOS 9.0 and later.
Does anyone know how to achieve this, because
I would like my app to use SwiftUI while still being compatible with iOS 9.0 and later.
Does anyone know how to achieve this, because
SwiftUI is only in iOS 13.0 or later