How can I find if the webview has been scrolled till the top or till the last?
What checks do I need to keep on scroll offset for these two cases and which function/ delegate menthod, do I need to check it so that I know that the user has scrolled till the end or till the top?
Actually I have to change the frame of UIWebview and other views in my screen for this purpose.