On Nov 4, 2010, at 8:27 AM, Keary Suska wrote:
> On Nov 3, 2010, at 11:36 AM, Субач Павел Витальевич wrote:
>
>> Need some help, i want call from choose cell in my table with phone number:
>>
>> - (void)tableView:(UITableView *)tableView
>> didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
>>
On Nov 3, 2010, at 11:36 AM, Субач Павел Витальевич wrote:
> Need some help, i want call from choose cell in my table with phone number:
>
> - (void)tableView:(UITableView *)tableView
> didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
> NSString *phoneString = [NSString stringWithFormat:
Need some help, i want call from choose cell in my table with phone number:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
*)indexPath {
NSString *phoneString = [NSString stringWithFormat:@"tel://%@",
[dataArray objectAtIndex:indexPath.row]];
[[U