IOS How to open ulr with safari

NSString *stringURL = @"http://wiki.akosma.com/";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];

Comments

Popular posts from this blog

AWS Lambda – Function in Go

Install DNF in RHEL/CentOS 7

AWS Lambda – Function in Java