Open URL by Safari

if let url = URL(string: "https://cecilma2018.blogspot.com") {
    UIApplication.shared.open(url, options: [:])
}