Properties | |
NSURL * | url |
IBOutlet WKWebView * | webView |
IBOutlet UIProgressView * | progressBar |
BOOL | showDoneButton |
|
readwritenonatomicassign |
The UIProgressView which shows the web view loading process. It will be on top of the web view and will disappear as soon as the page is loaded.
|
readwritenonatomicassign |
The property tells the web view controller to add a Done button or not. The default value is NO. Please set this property before displaying the web view controller.
|
readwriteatomic |
The URL the modal web view controller should open. Please note that this is the initial URL and won't be updated if the initial URL re-directs to another URL.
|
readwritenonatomicassign |
The WKWebView which displays the web page.