TCGBWebViewLaunchStyle Constants Reference

Declared in TCGBWebConfiguration.h

TCGBWebViewLaunchStyle

These constants indicate the type of launch style such as popup, fullscreen.

Definition

typedef NS_ENUM(NSUInteger, TCGBWebViewLaunchStyle ) {
   TCGBWebViewLaunchPopUp = 0,
   TCGBWebViewLaunchFullScreen = 1,
   TCGBWebViewLaunchFullScreenWithStatusBar = 2,
   TCGBWebViewLaunchFullScreenWithoutNavbar = 3,
};

Constants

TCGBWebViewLaunchPopUp

PopUp Style. The background opacity can be set by opacityBackground property.
The background color can be set by maskViewColor property.
The close button can be set by closeImagePathForPopup property.

Declared In TCGBWebConfiguration.h.

TCGBWebViewLaunchFullScreen

Full Screen Style. There is not status bar.
The navigation bar height can be set by navBarHeight property.
The navigation bar title can be set by webViewTitle property.
The navigation bar color can be set by navBarColor property.

Declared In TCGBWebConfiguration.h.

TCGBWebViewLaunchFullScreenWithStatusBar

Full Screen Style with status bar. In this style, there is a status bar. The navigation bar height can be set by navBarHeight property.
The navigation bar title can be set by webViewTitle property.
The navigation bar color can be set by navBarColor property.

Declared In TCGBWebConfiguration.h.

TCGBWebViewLaunchFullScreenWithoutNavbar

Full Screen Style with status bar. In this style, there is not a status bar and navigation bar. It is just fullscreen.

Declared In TCGBWebConfiguration.h.

Declared In

TCGBWebConfiguration.h