I want to show a pop up that asks if the user wants to call the number when the user clicks on a number.
How do I do that? Currently, when I click on the number, it calls it automatically.
You can also do:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"telprompt:0123456789"]];
to get the prompt and return to your app afterwards.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With