webView(_:setToolbarsVisible:)
Sets whether a web view’s toolbars should be visible.
Declaration
optional func webView(_ sender: WebView!, setToolbarsVisible visible: Bool)Parameters
- sender:
The web view that sent the message.
- visible:
If True, all toolbars (with the exception of the status bar) are shown; otherwise, all toolbars (with the exception of the status bar) are removed.
Discussion
No action is taken if you do not implement this method.