osx - Take URL from WebView when it did load. SWIFT -
how can take url webview in mac os(not ios) when webview did load?
help me please.
the same function have uiwevview - webviewdidfinishload. use webview , need take url of page after page's loding.
strvar = webview.request?.url?.absolutestring
viewdidload not working. use dispatch_async(gcd-grand central dispatch)
Comments
Post a Comment