0

can anyone help? I have two different view controllers in my storyboard. First controller has buttons which I want to connect to a second controller which is a uiwebview, for it to open a website, I know how to make the buttons open the website in safari, but how do I tell the button to open it up in the second view controller insted of it just working with the first one? Thanks

1 Answers1

0

You can use Segues to make a link to another UIViewConroller from the Storyboard.

Toam
  • 362
  • 1
  • 5
  • Yes I have linked the button up to the other viewcontroller which has the webview in it, but when I click the button it still opens the website in safari and not inside the uiwebview? How do I tell it to open up in the webview? – Jack Rhodes May 07 '13 at 20:11