In Xcode I am trying for all links in a webview to open in a new navigation controller view. So that I can add it to the stack.
The new view can be exactly the same as the old but just needs to have the new link loaded.
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.
Implement the UIWebViewDelegate in the controller.
Use the …
… method, to get the new URL you want to push next.