RBExtendViewPosition Constants Reference
Declared in | RBBaseExtendView.h |
---|
RBExtendViewPosition
The position of an extend view.
Definition
typedef NS_ENUM(NSInteger, RBExtendViewPosition ) {
RBExtendViewPositionTop = 0,
RBExtendViewPositionBottom,
RBExtendViewPositionLeft,
RBExtendViewPositionRight,
};
Constants
RBExtendViewPositionTop
-
Positioned at the top.
Declared In
RBBaseExtendView.h
. RBExtendViewPositionBottom
-
Positioned at the bottom.
Declared In
RBBaseExtendView.h
. RBExtendViewPositionLeft
-
Positioned to the left.
Declared In
RBBaseExtendView.h
. RBExtendViewPositionRight
-
Positioned to the right.
Declared In
RBBaseExtendView.h
.
Declared In
RBBaseExtendView.h