Hi!
I have a UITableView fed from some arrays. When the user selects a specific row, for example row 3, i would like to add a checkmark and change the text color (not the selectedTextColor, that i have already managed) of that row to red. I would simultaneously like to change the text color of, for example row 5, to green. How can this be accomplished?
As you might understand, i am working on a prototype quiz app.
Cheers, Adam