addAttachmentData in SwiftUI is Taking Forever To Load MailComposer
I’m designing an app that allows a user to email themselves data from the application. The problem i’m running into is that when i use addAttachmentData, it takes an insane amount of time to load. When I remove the addAttachmentData and just make it a regular email, it loads instantly.