Is there any way to get status from MFMailComposeViewController? lets say I'm sending a email with 20 images, i want to show some loading and then after hide loading when sending is done.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
No. Once the user chooses to send an email and the delegate method is called in your app, the email is sitting in the outbox waiting to be sent by some background mail daemon. There is no API to get the status of such an email. Even if the mail can't be sent for some reason, there is no way for the app to get this information. |
|||
|
|
|
|||||
|
