advanced code snippet search
peruggia on 11/02/11
url iphone ipod iPad ios
11/02/11 12:18am
NSString *textURL = @"http://www.yoururl.com/";NSURL *cleanURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@", textURL]];[[UIApplication sharedApplication] openURL:cleanURL];
Report this snippet Tweet
Comment:
You need to login to post a comment.