Hi every one, if you build a mobile project with SwiftUI, is it possible to use the app for sub version of IOS like iPhone 6s devices ?
SwiftUI is available on any version of iOS starting with iOS 13.0. iPhone 6s supports iOS 14, and it was announced at WWDC21 that iPhone 6s will run the upcoming iOS 15 release.
Certain versions of iOS may include SwiftUI features that aren't available in older releases of iOS, in which case you could set your app's deployment target to a newer version of iOS, or utilize different SwiftUI views for different versions where necessary.