Quote:
Originally Posted by Batman
you do it with this code:
Code:
-(IBAction)yourAction {
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://yourWebsiteHere.com"]];
}
|
Hello,
I am having the same problem. Cannot get my button to access my website.
The code that you have specified us to try, which header does that go into is it ViewController.h or ViewController.m
regards
Matt