Is there any way to find out which UITableViewCell is at the top of the scroll window?
I’d like to get the current scroll position so that I can save it when the app exits. When the app gets started I want to scroll to the position it was at when it last exited.
You can easily grab the exact offset of the table view by looking at its
contentOffsetproperty. For the vertical scroll, look at: