RBPresentationRevealMode Constants Reference
Declared in | RBPresentationRevealAnimator.h |
---|
RBPresentationRevealMode
The orientation and position of the reveal view animation.
Definition
typedef NS_ENUM(NSInteger, RBPresentationRevealMode ) {
RBPresentationRevealModeVerticalFromTop,
RBPresentationRevealModeVerticalFromMiddle,
RBPresentationRevealModeVerticalFromBottom,
RBPresentationRevealModeHorizontalFromLeft,
RBPresentationRevealModeHorizontalFromMiddle,
RBPresentationRevealModeHorizontalFromRight,
};
Constants
RBPresentationRevealModeVerticalFromTop
-
The view is revealed vertically at the top.
Declared In
RBPresentationRevealAnimator.h
. RBPresentationRevealModeVerticalFromMiddle
-
The view is revealed vertically at the middle.
Declared In
RBPresentationRevealAnimator.h
. RBPresentationRevealModeVerticalFromBottom
-
The view is revealed vertically at the bottom.
Declared In
RBPresentationRevealAnimator.h
. RBPresentationRevealModeHorizontalFromLeft
-
The view is revealed horizontally at the left.
Declared In
RBPresentationRevealAnimator.h
. RBPresentationRevealModeHorizontalFromMiddle
-
The view is revealed horizontally at the middle.
Declared In
RBPresentationRevealAnimator.h
. RBPresentationRevealModeHorizontalFromRight
-
The view is revealed horizontally at the right.
Declared In
RBPresentationRevealAnimator.h
.
Declared In
RBPresentationRevealAnimator.h