Contents

stopLoading(_:)

An action method that stops the loading of any web frame content managed by the receiver.

Declaration

@IBAction func stopLoading(_ sender: Any?)

Parameters

  • sender:

    The object that sent this message.

Discussion

Stops any content in the process of being loaded by the main frame or any of its children frames. Does nothing if no content is being loaded.

See Also

Loading Content