I have a UIWebView that contains a lot of text content. I need to be able to get the location of the UIWebView every time it moves. I am using this code to get the point:
I believe that if your header lists your VC as a UIScrollViewDelegate, you can use the
-(void)scrollViewDidScroll:(UIScrollView *)scrollView method to find out when it scrolls.