Braze iOS SDK
Documentation for the Braze iOS SDK
 All Classes Functions Properties
Properties | List of all members
ABKModalWebViewController Class Reference

Properties

NSURL * url
 
IBOutlet WKWebView * webView
 
IBOutlet UIProgressView * progressBar
 

Property Documentation

- (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.

- (NSURL*) url
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.

- (IBOutlet WKWebView*) webView
readwritenonatomicassign

The WKWebView which displays the web view.