I'm trying to get a hang of the NSPointerArray-class, and have a very specific question regarding table view cells.
If I stored the pointer to a cell that is being pressed in a NSPointerArray, will I be able to trace it back to the original cell that was being pressed, even though that cell has been reused?
I hope you understand what I mean, but basically I'm trying to implement a snapchat-like functionality with countdown-timers when cells are being pressed.