我的应用中有一些SFSafariViewControllers。但是,他们突然间不再工作了。我用以下代码给出它们:
SFSafariViewController *sfsvc = [[SFSafariViewController alloc] initWithURL:[NSURL URLWithString:@"https://www.google.com"]];
[self presentViewController:sfsvc animated:YES completion:nil];
但我得到的结果是:
有什么想法吗?