Hi @eskimo, I was curious about how to create an experience similar to NSSavePanel but for Mac Catalyst. I would like the user to choose the location they want to export a file before doing the export process.
I tried using UIDocumentPickerViewController but it is expecting a file URL at initialization time before it can open a export controller. So I tried creating a temporary file using File manager, but that caused problems because the document picker did not know the file type of the export. NSSavePanel is what I'm looking for but thats only available in AppKit.
Thanks
Topic:
App & System Services
SubTopic:
Core OS
Tags: