Contents

webViewAreToolbarsVisible(_:)

Returns a Boolean value indicating whether any toolbars are visible in a web view’s window.

Declaration

optional func webViewAreToolbarsVisible(_ sender: WebView!) -> Bool

Parameters

  • sender:

    The web view that sent the message.

Return Value

true if a web view’s window has any toolbars that are currently visible (other than the status bar); otherwise, false.

See Also

Managing Toolbars and the Status Bar