반응형
NSString *phoneNumber = @"tel://01089840000";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];
mailto: sms: http: 등등을 사용 할 수 있습니다.
반응형
NSString *phoneNumber = @"tel://01089840000";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];
mailto: sms: http: 등등을 사용 할 수 있습니다.