quickLookPreview SwiftUI modifier not supporting QLPreviewItemEditingMode

Is it possible to somehow support copy/update edit modes when using quickLookPreview modifier, like in QLPreviewController? After pressing 'Done' it only allows me to discard or save to files instead.

Hi @MJegorovas,

FWIK the modifier is kinda limited as you mentioned, but you can use this way in SwiftUI in order to support edit modes:

Try the "Embed QLPreviewController in UINavigationController" example from this blog post:

https://nilcoalescing.com/blog/PreviewFilesWithQuickLookInSwiftUI/

quickLookPreview SwiftUI modifier not supporting QLPreviewItemEditingMode
 
 
Q