Hi!
I have a simple grouped UITableView fed from a couple of arrays. Changing the selected text color is no issue, using the cell.selectedTextColor method. But this results in the same color being applied no matter which cell I select. I would, for example, want the text in cell 2 to turn green upon selection, while the text of all the other cells should become red. Is there any way to accomplish this?
Can I use didSelectRowAtIndexPath for this? If so is the case, how?
Cheers, Adam, Sweden