TCGBWebViewOrientationType Constants Reference
Declared in | TCGBWebConfiguration.h |
---|
TCGBWebViewOrientationType
Deprecated. It will be deleted.
Definition
typedef NS_ENUM(NSUInteger, TCGBWebViewOrientationType ) {
TCGBWebViewOrientationPortrait = ( 1 < < UIInterfaceOrientationPortrait ),
TCGBWebViewOrientationLandScapeLeft = ( 1 < < UIInterfaceOrientationLandscapeLeft ),
TCGBWebViewOrientationLandScapeRight = ( 1 < < UIInterfaceOrientationLandscapeRight ),
TCGBWebViewOrientationPortraitUpsideDown = ( 1 < < UIInterfaceOrientationPortraitUpsideDown ),
TCGBWebViewOrientationLandScape = ( UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight ),
TCGBWebViewOrientationAll = ( UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight | UIInterfaceOrientationMaskPortraitUpsideDown ),
TCGBWebViewOrientationAllButUpsideDown = ( UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight ),
};
Constants
TCGBWebViewOrientationPortrait
-
Deprecated. It will be deleted.
Declared In
TCGBWebConfiguration.h
. TCGBWebViewOrientationLandScapeLeft
-
Deprecated. It will be deleted.
Declared In
TCGBWebConfiguration.h
. TCGBWebViewOrientationLandScapeRight
-
Deprecated. It will be deleted.
Declared In
TCGBWebConfiguration.h
. TCGBWebViewOrientationPortraitUpsideDown
-
Deprecated. It will be deleted.
Declared In
TCGBWebConfiguration.h
. TCGBWebViewOrientationLandScape
-
Deprecated. It will be deleted.
Declared In
TCGBWebConfiguration.h
. TCGBWebViewOrientationAll
-
Deprecated. It will be deleted.
Declared In
TCGBWebConfiguration.h
. TCGBWebViewOrientationAllButUpsideDown
-
Deprecated. It will be deleted.
Declared In
TCGBWebConfiguration.h
.
Declared In
TCGBWebConfiguration.h