Re: won't work call from uitableview cell

2010-11-04 Thread Naresh Kongara
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 { >>

Re: won't work call from uitableview cell

2010-11-04 Thread Keary Suska
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:

won't work call from uitableview cell

2010-11-03 Thread Субач Павел Витальевич
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