Method stopLoading() stops the current loading process of the webview.

Swift

webview.stopLoading()

Objective-C

[webview stopLoading];