UIWebView:
*
Stop Loading Web Content
Method stopLoading() stops the current loading process of the webview.
Swift
webview.stopLoading()
Objective-C
[webview stopLoading];