using qualtrics in a SwiftUI app with a UIViewControllerRepresentable – Ios swift
I'm trying to make a simple swiftui app using qualtrics and I'm trying to use a uiviewrepresentable to make it work @main struct QualtricsPocApp: App { var body: some Scene { WindowGroup { ContentView() } } init() { func application(_…