XCode 5 - OpenURL 在 ViewController 中不起作用
Posted
技术标签:
【中文标题】XCode 5 - OpenURL 在 ViewController 中不起作用【英文标题】:XCode 5 - OpenURL not working in ViewController 【发布时间】:2014-01-16 17:59:44 【问题描述】:UIApplication Expecting ':'
出现错误。
@interface ViewController ()
@end
@implementation ViewController
-(IBAction) pushButton
[[UIApplication sharedApplication openURL: [NSURL URLWithString:@"http://www.portfoliopathway.com"]];
【问题讨论】:
我的回答解决了您遇到的问题吗? 【参考方案1】:sharedApplication
后面缺少右括号。
-(IBAction) pushButton
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.portfoliopathway.com"]];
【讨论】:
以上是关于XCode 5 - OpenURL 在 ViewController 中不起作用的主要内容,如果未能解决你的问题,请参考以下文章
如何从 UI Xctest 调用 Appdelegate 的“OpenURL”功能
NSWidgetExtensionContext openURL Swift