Opening Phone Links in didSelectRowAtIndexPath iPhone SDK
Posted
by joec
on Stack Overflow
See other posts from Stack Overflow
or by joec
Published on 2010-04-24T21:02:10Z
Indexed on
2010/04/24
21:13 UTC
Read the original article
Hit count: 345
Is it possible to determine a row's detailTextLabel
based on an indexPath in didSelectRowAtIndexPath
?
I want to be able to open a phone link using
[[UIApplication sharedApplication] openURL:xyz]
if the cell has the detail text label "phone".
Is this possible?
Thanks
© Stack Overflow or respective owner