RBBaseExtendView Class Reference

Inherits from UIView
Declared in RBBaseExtendView.h

Overview

A base class for extend views for RBExtendContainerView.

  position

The position of the extend view.

@property (nonatomic, readonly) RBExtendViewPosition position

Discussion

The position of the extend view.

Declared In

RBBaseExtendView.h

  revealFactor

The current factor by which the extend view is revealed (0 - 1).

@property (nonatomic, readonly) float revealFactor

Discussion

The current factor by which the extend view is revealed (0 - 1).

Declared In

RBBaseExtendView.h

  state

The state of the extend view

@property (nonatomic, readonly) RBExtendViewState state

Discussion

The state of the extend view

Declared In

RBBaseExtendView.h

  closeAnimationDuration

The close animation duration. Default = 0.1.

@property (nonatomic) NSTimeInterval closeAnimationDuration

Discussion

The close animation duration. Default = 0.1.

Declared In

RBBaseExtendView.h

  delegate

A delegate to receive events.

@property (nonatomic, weak, nullable) id<RBExtendViewDelegate> delegate

Discussion

A delegate to receive events.

Declared In

RBBaseExtendView.h

– open

Opens the extend view.

- (void)open

Discussion

Opens the extend view.

Declared In

RBBaseExtendView.h

– close

Closes the extend view.

- (void)close

Discussion

Closes the extend view.

Declared In

RBBaseExtendView.h

– didOpen

Called when the extend view did open.

- (void)didOpen

Discussion

Called when the extend view did open.

Declared In

RBBaseExtendView.h

– didClose

Called when the extend view did close.

- (void)didClose

Discussion

Called when the extend view did close.

Declared In

RBBaseExtendView.h

– positionDidChange

Called when the extend view has been added to indicate the side that is was added to.

- (void)positionDidChange

Discussion

Called when the extend view has been added to indicate the side that is was added to.

Declared In

RBBaseExtendView.h

– revealFactorDidChange

Called when the reveal factor has changed.

- (void)revealFactorDidChange

Discussion

Called when the reveal factor has changed.

Declared In

RBBaseExtendView.h