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

Properties

NSURL * url
 
IBOutlet WKWebView * webView
 
IBOutlet UIProgressView * progressBar
 
BOOL showDoneButton
 

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.

- (BOOL) showDoneButton
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.

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