How do I allow users to dial numbers in my tableView cells?

Posted by Griffo on Stack Overflow See other posts from Stack Overflow or by Griffo
Published on 2010-03-08T00:22:24Z Indexed on 2010/03/08 0:30 UTC
Read the original article Hit count: 287

Filed under:
|
|

Hi all, I have a table containing cells with phone numbers. How can I allow the user to dial these numbers by tapping the row? It's not working by default and there's no option in interface builder like there is for uiwebviews so I imagine I need to programmatically tell the app to dial the number when the cell is tapped.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about cocoa-touch