UIKit.UIWebViewDelegate: Method Members

The methods of UIKit.UIWebViewDelegate are listed below. For a list of all members, see the UIWebViewDelegate Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

LoadFailed(UIWebView, Foundation.NSError)
Indicates that the UIWebView's attempt to load data failed.
LoadingFinished(UIWebView)
Indicates that loading has completed.
LoadStarted(UIWebView)
Indicates that loading has begun.
ShouldStartLoad(UIWebView, Foundation.NSUrlRequest, UIWebViewNavigationType) : bool
Whether the UIWebView should begin loading data.