I have facing one issue regarding phone call confirmation alert dialog. I want known user click "Ok" or "cancel" button.
But, I didn't get action method of "Ok" button. Please help me out. So we known user click on "OK" button.
NSString *phoneStr = [[NSString alloc] initWithFormat:@"tel:786900**71"]];
NSURL *phoneURL = [[NSURL alloc] initWithString:phoneStr];
[[UIApplication sharedApplication] openURL:phoneURL];
screenShot Attached...
Comments
Post a Comment