SFSafariViewControllers无法在我的应用程序中工作

时间:2017-05-25 09:18:20

标签: ios objective-c sfsafariviewcontroller

我的应用中有一些SFSafariViewControllers。但是,他们突然间不再工作了。我用以下代码给出它们:

SFSafariViewController *sfsvc = [[SFSafariViewController alloc] initWithURL:[NSURL URLWithString:@"https://www.google.com"]];
[self presentViewController:sfsvc animated:YES completion:nil];

但我得到的结果是:

enter image description here

有什么想法吗?

0 个答案:

没有答案