iOS: click counter for row in tableview
- by roger.arliner21
I am developing and tableView in which in each row I have to display the click counter and row number.Each cell must have an initial click counter value of 0 when application is initialized. Then increment the click counter value within a cell whenever a user clicks on the cell.
I have take 26 fixed rows. I have taken tableData.plist file as in…