Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您能否在 xcode 中告诉我如何检查邮件设置是否完成?例如:如果设备 A 有邮件(交换)设置,那么它应该返回 YES,如果没有则返回 NO。
那么我们可以通过代码访问此邮件设置吗?如果可以,请告诉我方法。
if ([MFMailComposeViewController canSendMail]) { [self doStuff]; }