Contents

webView(_:setStatusBarVisible:)

Sets the visibility of the status bar in a web view’s window.

Declaration

optional func webView(_ sender: WebView!, setStatusBarVisible visible: Bool)

Parameters

  • sender:

    The web view that sent the message.

  • visible:

    If True, the delegate should display the status bar (if any); if False, the delegate should hide the status bar.

Discussion

No action is taken if you do not implement this method.

See Also

Managing Toolbars and the Status Bar