是否可以在 Xcode 11.2 或更高版本中使用 Swift 创建 App Clip 而无需使用 Swift UI?

Is it possible to create an App Clip using Swift in Xcode 11.2 or later without using Swift UI?

我想为我的应用程序创建一个基于 QR 码的 AppClip,但大多数在线教程都是通过在 SwiftUI 中创建 AppClip 来实现这个目标的。我想使用 NSlayoutConstraints 使用标准 swift 编码创建 AppClip,而不使用故事板。可能吗?

如果您只需要一个简短的答案,那么是的,这是可能的!

只需关注 official documentation.

您只能使用 UIKit 创建 App Clip。

  1. 使用 App Clip 模板添加新目标。
  2. 选择产品名称,
  3. 选择 Storyboard 作为 Interface

Xcode 14-

选择 UIKit App Delegate 作为生命周期。

https://developer.apple.com/documentation/app_clips/creating_an_app_clip_with_xcode