TCGBWebViewOrientationMask Constants Reference

Declared in TCGBWebConfiguration.h

TCGBWebViewOrientationMask

These constants indicate the type of orientation mask such as portrait all, landscape left and etc.

Definition

typedef NS_ENUM(NSUInteger, TCGBWebViewOrientationMask ) {
   TCGBWebViewOrientationMaskPortrait = UIInterfaceOrientationMaskPortrait,
   TCGBWebViewOrientationMaskPortraitUpsideDown = UIInterfaceOrientationMaskPortraitUpsideDown,
   TCGBWebViewOrientationMaskPortraitAll = TCGBWebViewOrientationMaskPortrait | TCGBWebViewOrientationMaskPortraitUpsideDown,
   TCGBWebViewOrientationMaskLandScapeLeft = UIInterfaceOrientationMaskLandscapeLeft,
   TCGBWebViewOrientationMaskLandScapeRight = UIInterfaceOrientationMaskLandscapeRight,
   TCGBWebViewOrientationMaskLandScapeAll = TCGBWebViewOrientationMaskLandScapeLeft | TCGBWebViewOrientationMaskLandScapeRight,
   TCGBWebViewOrientationMaskAll = UIInterfaceOrientationMaskAll,
   TCGBWebViewOrientationMaskAllButUpsideDown = UIInterfaceOrientationMaskAllButUpsideDown,
};

Constants

TCGBWebViewOrientationMaskPortrait

Portrait. Home Button on the bottom. 0x000010, 2

Declared In TCGBWebConfiguration.h.

TCGBWebViewOrientationMaskPortraitUpsideDown

Portrait UpsideDown. Home Button on the top. 0x000100, 4

Declared In TCGBWebConfiguration.h.

TCGBWebViewOrientationMaskPortraitAll

Portrait All. Home Button on the top & bottom. 0x000110, 6

Declared In TCGBWebConfiguration.h.

TCGBWebViewOrientationMaskLandScapeLeft

LandScape Left. Home Button on the left. 0x010000, 16

Declared In TCGBWebConfiguration.h.

TCGBWebViewOrientationMaskLandScapeRight

LandScape Right. Home Button on the right. 0x001000, 8

Declared In TCGBWebConfiguration.h.

TCGBWebViewOrientationMaskLandScapeAll

LandScape All. Home Button on the left & right. 0x011000, 24

Declared In TCGBWebConfiguration.h.

TCGBWebViewOrientationMaskAll

Mask All. Home Button on the top & bottom & left & right. 0x011110, 30

Declared In TCGBWebConfiguration.h.

TCGBWebViewOrientationMaskAllButUpsideDown

Mask All except Portrait UpsideDown. Home Button on the bottom & left & right. 0x011010, 26

Declared In TCGBWebConfiguration.h.

Declared In

TCGBWebConfiguration.h