Contents

reload(_:)

Reloads the current webpage.

Declaration

@IBAction func reload(_ sender: Any?)

Parameters

  • sender:

    The object that sent the message.

Discussion

Make this method the action of any controls that trigger a reload of your web content. Connect your controls to this method programmatically or in Interface Builder.

See Also

Managing the loading process