ALCutoutAnimationStyle Constants Reference
Declared in | ALCutoutConfig.h |
---|
ALCutoutAnimationStyle
Cutout animation appearance
Definition
typedef NS_ENUM(NSUInteger, ALCutoutAnimationStyle ) {
ALCutoutAnimationStyleNone = 0,
ALCutoutAnimationStyleFade,
ALCutoutAnimationStyleZoom,
};
Constants
ALCutoutAnimationStyleNone
-
Cutout appears normally when scan view is loaded
Declared In
ALCutoutConfig.h
. ALCutoutAnimationStyleFade
-
Cutout appears through a fade animation when scan view is loaded
Declared In
ALCutoutConfig.h
. ALCutoutAnimationStyleZoom
-
Cutout appears throgh a zoom animation when scan view is loaded
Declared In
ALCutoutConfig.h
.
Declared In
ALCutoutConfig.h