tags:

views:

42

answers:

1

Hi, i did nothing in following function ,but when i press the cell, the value is altered.... any help please?

  • (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {

}

A: 

You need clarify what your problem is. What value? What are you trying to do?

DOOManiac
i have parsed data which is in each cell...but when i press any cellthe data is over written by some other data....
Mikhail Naimy