#import <MintUIWebView.h>
Inherits UIWebView.
The MintUIWebView class is a custom web view that automatically enables JavaScript tracking, which allows the MINT SDKs to access hybrid (non-native) web pages and gain visibility into these functions.
- (id) initWithCoder: |
|
(NSCoder *) |
aDecoder |
|
Initialization for NSCoding
- Parameters
-
aDecoder | an NSCoder instance for data population |
- (id) initWithFrame: |
|
(CGRect) |
frame |
|
Initialization with frame rectangle
- Parameters
-
frame | the rectangle frame for initial size and placement |
- (void) setDelegate: |
|
(id< UIWebViewDelegate >) |
delegate |
|
Sets the delegate for event callbacks
- Parameters
-
delegate | the UIWebViewDelegate to use for event callbacks |
The documentation for this class was generated from the following file: