I wanted to create an AppClip for my app which will be based on a QR code, but most tutorials online achieve this goal by creating the AppClip in SwiftUI. I want to create the AppClip using standard swift coding using NSlayoutConstraints
without using storyboard. Is it possible?
You can create App Clip using only UIKit
.
Storyboard
as the Interface
Choose UIKit App Delegate
as the Life cycle.
https://developer.apple.com/documentation/app_clips/creating_an_app_clip_with_xcode