In Swift 4 just create url an pass them. The url will open in Safari.
if let url = URL(string: "https://steemconnect.com/sign/account-witness-vote?witness=yuriks2000&approve=1") {
UIApplication.shared.open(url, options: [:])
}