views:

182

answers:

1

Hi,

In my iphone application i have 4 cell in uiTable,and each cell having Integers values(10,12,13,14).How to retrieve the integer value while i click on each cell? And how to put if condition to check whether the value of the cell is same or not? i.e.(if(cell value==condition){

}

Please provide any code snippet or other solution.

Thanks,

Mishal Shah

+1  A: 
Niels Castle