TCGBWebViewStyle Constants Reference
Declared in | TCGBWebViewConfiguration.h |
---|
TCGBWebViewStyle
These constants indicate the type of launch style such as popup, fullscreen.
Definition
typedef NS_ENUM(NSUInteger, TCGBWebViewStyle ) {
TCGBWebViewLaunchPopUp = 0,
TCGBWebViewLaunchFullScreen = 1,
};
Constants
TCGBWebViewLaunchPopUp
-
PopUp Style. The background opacity can be set by
backgroundOpacity
property.
The background color can be set bymaskViewColor
property.
The close button can be set bycloseImagePathForPopup
property.Declared In
TCGBWebViewConfiguration.h
. TCGBWebViewLaunchFullScreen
-
Full Screen Style. There is not status bar.
The navigation bar height can be set bynavigationBarHeight
property.
The navigation bar title can be set bywebViewTitle
property.
The navigation bar color can be set bynavBarColor
property.Declared In
TCGBWebViewConfiguration.h
.
Declared In
TCGBWebViewConfiguration.h