I have a bunch of names and phone# in UITableView...
What is the proper way to programmatically take a number such as:
1-212-555-1212
And have the user prompted with a confirmation screen to "place the call".
I've seen reference to tel://1-212-555-1212 but this doesn't seem to work...
can some post the line(s) of code that do this?