2 strange things happen when I try to push Safari ViewController:
Its adress bar with Done button is placed below my Navigation Bar;
Delegate me
Do not push a SFSafariViewController with the pushViewController:animated: method, instead, use the presentViewController:animated:completion: method.
pushViewController:animated:
presentViewController:animated:completion:
The Safari view controller will be presented with a standard push animation.