Is SwiftUI backwards-compatible with iOS 12.x and older?

前端 未结 11 1727
温柔的废话
温柔的废话 2020-12-01 08:36

If I have an app made with SwiftUI, will it work for iOS below iOS 13?

11条回答
  •  醉梦人生
    2020-12-01 09:22

    I don't think so, because all libraries are already annotated for iOS 13 or higher.

    Also, in the documentation, Apple clearly mentions the supported versions:

    • iOS13.0+ beta
    • macOS10.15+ beta
    • tvOS 13.0+ beta
    • watchOS 6.0+ beta

提交回复
热议问题