I wish to once the webview loads
- (void)webViewDidFinishLoad:(UIWebView *)webBrowser {
//Scroll to bottom
}
Just focus on the bottom so basically just show to bottom of the uiwebview and maybe lock it there so user can’t scroll.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First you would have to get the content height, i have never done this personally, but here is a good place to start:
Then to scroll to the offset you want is done like this: