Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ForTheRisk

macrumors newbie
Original poster
Jan 8, 2011
2
0
Hi,

i've created my first simple web browser :)D) and i want to open a specific web page ( for example only youtube ) and add a button who return to the main page ( if it's set to youtube then return to youtube.com )

Who to dot that?

Thank you.:rolleyes:
 
Create an IBAction in your controller. Connect your button to the action. In the action use code like this:

Code:
[webView setMainFrameURL:@"youtube.com"];

Assuming you're using a WebView and it's connected to a webView outlet in your controller.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.