stopLoading(_:)
Stops loading all resources on the current page.
Declaration
@IBAction func stopLoading(_ sender: Any?)Parameters
- sender:
The object that sent the message.
Discussion
Make this method the action of any controls that stop the loading of your web content. Connect your controls to this method programmatically or in Interface Builder.