Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Troy Woodbeck
Troy Woodbeck
1,645 Points

How do you open up a website in an iOS app using swift?

I want the users of my app to be able to click a button and have my website open up through their default web browser on their phone.

I've looked on the internet and the code [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://www.google.com"]]; pops up often but when I use it in my project I get the error "Expected expression in container literal".

If you haven't guessed I am very new to swift and coding in general, if anyone has any insight into my problem and could give me a hand it would be much appreciated!

1 Answer

use web view from the object library