I am trying to open a link in safari and I know how to do it, but I am running into some problems.
HTML Code:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"%@", link]];
this seems like it should work, but for some reason i get the following error:
Too many arguments to function 'URLWithString:'
help is appreciated