The title pretty much says it all, how can you get the cell or at least the indexPath of a cell that is in the center of the screen at any time?
I need to show, in a different area of the screen, the center most element's data (custom business data, not really important) when the user is scrolling...
Can this be done?
(P.S. fairly new to iPhone dev, so go easy

)