(iAction)在safari中打开URL
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了(iAction)在safari中打开URL相关的知识,希望对你有一定的参考价值。
simple snippet to open url with an ibaction in safari
- (IBAction)LauchURLAction:(id)sender { NSLog(@"***[STARTING] - open URL in Safari "); [self launchURL:@"http://www.someurl.com"]; } { NSLog(@"***[STARTING] - launch url "); urlToOpen = [urlToOpen stringByAddingPercentEscapesUsingEncoding:NSASCIIStringEncoding]; if (![[UIApplication sharedApplication] openURL:url]) NSLog(@"%@%@", @"Failed ton open url:",[url description]); }
以上是关于(iAction)在safari中打开URL的主要内容,如果未能解决你的问题,请参考以下文章
通过调用 openURL 方法强制 safari 在同一选项卡中打开 url
在 Safari 而不是 webView 上仅打开特定 URL
Swift 3 - 在 Safari 中从 JSON 打开 URL