Does anyone know if it's possible to open the safari browser with a static link , instead of using a UIWebview component.
If so how can i realize this.
Does anyone know if it's possible to open the safari browser with a static link , instead of using a UIWebview component.
If so how can i realize this.
OpenURL can open many things, http and https are registered with safari.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://stackoverflow.com"]];