webViewStatusText(_:)
Returns the current status message from a web view’s window.
Declaration
optional func webViewStatusText(_ sender: WebView!) -> String!Parameters
- sender:
The web view that sent the message.
Return Value
The status message displayed in the web view’s window if one has been set with the webView(_:setStatusText:) method; otherwise, nil.