TKAlertAnimation Constants Reference
Declared in | TKAlertStyle.h |
TKAlertAnimation
@enum TKAlertAppearAnimation
Defines the animation by which TKAlery shows up.
Definition
typedef NS_ENUM(NSInteger, TKAlertAnimation ) {
TKAlertAnimationScale,
TKAlertAnimationFade,
TKAlertAnimationSlideFromLeft,
TKAlertAnimationSlideFromTop,
TKAlertAnimationSlideFromRight,
TKAlertAnimationSlideFromBottom,
};
Constants
TKAlertAnimationScale
-
Scale in.
Declared In
TKAlertStyle.h
. TKAlertAnimationFade
-
Fade in.
Declared In
TKAlertStyle.h
. TKAlertAnimationSlideFromLeft
-
Slide in from left.
Declared In
TKAlertStyle.h
. TKAlertAnimationSlideFromTop
-
Slide in from top.
Declared In
TKAlertStyle.h
. TKAlertAnimationSlideFromRight
-
Slide in from right.
Declared In
TKAlertStyle.h
. TKAlertAnimationSlideFromBottom
-
Slide in from bottom.
Declared In
TKAlertStyle.h
.
Declared In
TKAlertStyle.h