I'd like to mark a tableview row in some way that shows it has been clicked by the user. I have a large number of rows and want users to know if they have already visited a particular row. This same technique will be useful for identifying row new entries as well.
I have two questions: Would such a subtle technique violate the HIGS and what would be a nice way to do it without muddying up the UI?