반응형

-(IBAction)call:(id)sender

{

    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://000-0000-0000"]];

}

-(IBAction)sms:(id)sender

{

    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"sms://000-0000-0000"]];


반응형
Posted by 컴스터
,