Properties | |
NSURL * | url |
IBOutlet WKWebView * | webView |
IBOutlet UIProgressView * | progressBar |
|
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.
|
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 view.