Contents

webViewIsResizable(_:)

Returns a Boolean value indicating whether a web view’s window can be resized.

Declaration

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

Parameters

  • sender:

    The web view that sent the message.

Return Value

true if the web view’s window can be resized; otherwise, false.

Discussion

If you display multiple web views in a window then your user interface delegate should implement this method to handle this special case.

See Also

Moving and Resizing Windows