In my project (iPhone app) I have a nice webview to allow users to browse some websites and I have previous / next buttons like any browser has.
How do I know when I have previous or next pages so I can disable either one of those two options?
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.
There are properties on UIWebView for this:
They’re booleans which return YES or NO depending on whether or not there are pages to navigate to in either direction.