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:
Any ideas?