Tag Archives: MFMailComposeViewController

Send Email In Swift 5.5 using MFMailComposeViewController
There might be a time when you have to ask the user to send an email directly to you or other users. Like recently while developing the CryptoWatch App, I wanted a way to let users report any bugs they find in the app and send it directly to me. For that, I searched and […]