a simple question but I don't seem to have the right terminology to search Stackoverflow by it.
I have a UITableView with no sections, the user can scroll up and down a long list of data (rows) presented inside this tableview.
Question: how can I detect the most top cell row number after the user scrolled. (for example, if the user is scrolling 30 cells down, the top cell after the scroll is = 30)