Join Nostr
2024-07-04 06:50:05 UTC

Dave Rahardja on Nostr: Question for #ios devs re. the Sharing extension: lots of apps are using the Share ...

Question for #ios devs re. the Sharing extension: lots of apps are using the Share extension to save attachments to a local dir, then directly open their main app to ingest them, probably because it’s easier than developing a full-featured share extension.

My question is: what’s a good way to prevent a modal presentation from being shown at all? #Obsidian seems to be able to somehow manage this. How do they do it?