Tagged Questions
1
vote
2answers
301 views
Opening Phone Links in didSelectRowAtIndexPath iPhone SDK
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]
...
0
votes
2answers
2k views
iPhone - UITableView not calling didSelectRowAtIndexPath method in 3.0 SDK
I have an iPhone app that works fine in 2.x version of the SDK. When I upgraded to 3.0, the didSelectRowAtIndexPath method is no longer called, so the action when a user highlights a row doesn't ...