Method stopLoading() stops the current loading process of the webview.
stopLoading()
Swift
webview.stopLoading()
Objective-C
[webview stopLoading];