如何在iPhone上以编程方式拨打电话?我尝试了以下代码,但没有任何反应:
NSString *phoneNumber = mymobileNO.titleLabel.text;
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];
相关分类