在MessageUI.framework中有
MFMailComposeViewController和MFMessageComposeViewController来发邮件或者发短信,有类似api可以调用来打电话的吗?
只能用
[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://123456"]] ?
MFMailComposeViewController和MFMessageComposeViewController来发邮件或者发短信,有类似api可以调用来打电话的吗?
只能用
[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://123456"]] ?