advanced code snippet search
saturngod on 01/09/11
01/09/11 06:50pm
NSURL *phoneNumberURL = [NSURL URLWithString:@"tel:8005551234"];[[UIApplication sharedApplication] openURL:phoneNumberURL];
Report this snippet Tweet
Comment:
You need to login to post a comment.