How can I get the UITableView scroll position so I can save it?

Posted by progrmr on Stack Overflow See other posts from Stack Overflow or by progrmr
Published on 2010-05-08T22:32:01Z Indexed on 2010/05/08 22:38 UTC
Read the original article Hit count: 299

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.

© Stack Overflow or respective owner

Related posts about uitableview

Related posts about uiscrollview