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 by maskViewColor property.
The close button can be set by closeImagePathForPopup property.

Declared In TCGBWebViewConfiguration.h.

TCGBWebViewLaunchFullScreen

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

Declared In TCGBWebViewConfiguration.h.

Declared In

TCGBWebViewConfiguration.h