Ios swift – Why doesn't QLPreviewController work in SwiftUI TabView?
I cannot find a way to get QuickLook(QLPreviewController) to load a pdf inside of a SwiftUI TabView. Is there a way to make this work? It is specifically when I tell Tabview to be a .page View. struct QuickLookView: View…