How to navigate web pages with the help of segmented controls?
I do have four web pages I need to navigate, one after the another, can anybody help me out?
Does anybody have the example with this related one?
Thanks in advance.
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.
Fit the view with a
UIWebViewobject and aUISegmentedControlobject. Wire an outlet towebViewin the controller and connect the segmented control’svalueChangedevent in IB to a IBAction-changeWebSource:(UISegmentedControl*)and define its implementation as follows –Change the urls as you wish. But I am not sure how this will ensure they visit the pages one after the other as you wanted. Let me know if you need any additional help.