0
我可以檢查是否在iPhone上配置了此電子郵件客戶端:如何以編程方式打開電子郵件配置表?
if ([MFMailComposeViewController canSendMail])
{
// Actions to send mail
}
else
{
//Actions to show an error message by UIAlertView
}
我怎樣才能將用戶重定向到電子郵件帳戶配置表我沒有電子郵件帳戶配置了嗎?
應用程序在哪裏正確地完成它。 – confile