0

I have some SFSafariViewControllers in my app. However, all of a sudden they're not working anymore. I present them with the following code:

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

But the result I get, is this:

enter image description here

Any ideas?

user4992124
  • 1,574
  • 1
  • 17
  • 35

0 Answers0