24. juillet 2021 ( iOs, SwiftUI ) Pour ouvrir une url dans swift : if let url = URL(string: "https://viede.dev") { UIApplication.shared.open(url) }