Basically I want to check whether a cell in a UITableView has been loaded/viewed before so I can perform an animation on the first view of the cell. Does anyone know how I would go about doing this?
I'm guessing this is probably a backwards way of doing this, if you can think of a nicer way of checking then i'm all ears.
Thanks in advance!