Home > AI > IOS > MessageUI >

MFMailComposeViewController

if !MFMailComposeViewController.canSendMail() {
    print("Mail services are not available")
    return
}

Leave a Reply