Skip to content

Instantly share code, notes, and snippets.

@movii
Created June 27, 2017 02:03
Show Gist options
  • Save movii/0cbeb4041c5c2b08eedca473dc4ddbcf to your computer and use it in GitHub Desktop.
Save movii/0cbeb4041c5c2b08eedca473dc4ddbcf to your computer and use it in GitHub Desktop.
笔记:iOS 与 JavaScript 的交互(一):UIWebView - 2.1 UIWebViewDelegate
extension ViewController: UIWebViewDelegate {
let jsString = "alert('UIWebView Loading from local file')"
webviewBrowser.stringByEvaluatingJavaScript(from: jsString)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment