RBPresentationSlideDirection Constants Reference
Declared in | RBPresentationSlideAnimator.h |
---|
RBPresentationSlideDirection
The direction in which the view slides into view during presentation and dismissal.
Definition
typedef NS_ENUM(NSInteger, RBPresentationSlideDirection ) {
RBPresentationSlideFromTop,
RBPresentationSlideFromLeft,
RBPresentationSlideFromBottom,
RBPresentationSlideFromRight,
};
Constants
RBPresentationSlideFromTop
-
The view slides in to view from the top.
Declared In
RBPresentationSlideAnimator.h
. RBPresentationSlideFromLeft
-
The view slides in to view from the left.
Declared In
RBPresentationSlideAnimator.h
. RBPresentationSlideFromBottom
-
The view slides in to view from the bottom.
Declared In
RBPresentationSlideAnimator.h
. RBPresentationSlideFromRight
-
The view slides in to view from the right.
Declared In
RBPresentationSlideAnimator.h
.
Declared In
RBPresentationSlideAnimator.h