RBExtendViewState Constants Reference

Declared in RBBaseExtendView.h

RBExtendViewState

The state of an extend view.

Definition

typedef NS_ENUM(NSInteger, RBExtendViewState ) {
   RBExtendViewStateClosed = 0,
   RBExtendViewStateRevealing,
   RBExtendViewStateOpened,
};

Constants

RBExtendViewStateClosed

The closed state/

Declared In RBBaseExtendView.h.

RBExtendViewStateRevealing

The revealing state.

Declared In RBBaseExtendView.h.

RBExtendViewStateOpened

The opended state.

Declared In RBBaseExtendView.h.

Declared In

RBBaseExtendView.h