Upvote:53

SFSafariViewController *svc = [[SFSafariViewController alloc] initWithURL:url];
svc.delegate = self;
[self presentViewController:svc animated:YES completion:nil];

Credit Goes to: stackoverflow.com

Related question with same questions but different answers