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.
quickLookPreview SwiftUI modifier not supporting QLPreviewItemEditingMode
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/