Post

Replies

Boosts

Views

Activity

Reply to QuickLook sheet not opening in iOS
fix: @State ... to @State private var url: URL? = nil
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to QuickLook sheet not opening in iOS
It appears that in the original application the .quickLookPreview call was placed too low in the view hierarchy, and moving it to the parent fixed the issue
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Saving edited PDFs directly to application from QuickLook
It appears this feature is only available via QLPreviewController. Related: https://developer.apple.com/forums/thread/759434
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24