Skip to content

Instantly share code, notes, and snippets.

@JillevdW
Last active May 26, 2019 17:53
Show Gist options
  • Select an option

  • Save JillevdW/0b7a30480e983f0bd0f19b53b9663fad to your computer and use it in GitHub Desktop.

Select an option

Save JillevdW/0b7a30480e983f0bd0f19b53b9663fad to your computer and use it in GitHub Desktop.
send message to javascript
func sendToJavascript(name: String, age: Int) {
webview.evaluateJavaScript("addPerson('\(name)', \(age))", completionHandler: nil)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment