is there an easy way to have a UITableView highlight which row is selected to a user via a disclosure indicator?
That if row 3 was selected then after row 10 was selected (only one row can be selected at a time say), then:
- disclosure indicator for row 3 should disappear
- disclosure indicator for row 10 should then appear
Try this one , here count_of_rows is the count of array from which you are populating the table .