RBSidebarContainerViewDelegate Protocol Reference

Conforms to NSObject
Declared in RBSidebarContainerView.h

Overview

A delegate to receive RBSidebarContainerView events.

– leftSidebarShouldOpenWithSidebarContainerView:

Determines whether or not the left sidebar should be permitted to open.

- (BOOL)leftSidebarShouldOpenWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Return Value

Whether or not the sidebar should be permitted to open.

Discussion

Determines whether or not the left sidebar should be permitted to open.

Declared In

RBSidebarContainerView.h

– leftSidebarBeganOpeningWithSidebarContainerView:

Called to notify that the left sidebar began opening.

- (void)leftSidebarBeganOpeningWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the left sidebar began opening.

Declared In

RBSidebarContainerView.h

– leftSidebarDidOpenWithSidebarContainerView:

Called to notify that the left sidebar did open.

- (void)leftSidebarDidOpenWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the left sidebar did open.

Declared In

RBSidebarContainerView.h

– leftSidebarShouldCloseWithSidebarContainerView:

Determines whether or not the left sidebar should be permitted to close.

- (BOOL)leftSidebarShouldCloseWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Return Value

Whether or not the sidebar should be permitted to close.

Discussion

Determines whether or not the left sidebar should be permitted to close.

Declared In

RBSidebarContainerView.h

– leftSidebarBeganClosingWithSidebarContainerView:

Called to notify that the left sidebar began closing.

- (void)leftSidebarBeganClosingWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the left sidebar began closing.

Declared In

RBSidebarContainerView.h

– leftSidebarDidCloseWithSidebarContainerView:

Called to notify that the left sidebar did close.

- (void)leftSidebarDidCloseWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the left sidebar did close.

Declared In

RBSidebarContainerView.h

– leftSidebarShouldExpandWithSidebarContainerView:

Determines whether or not the left sidebar should be permitted to expand.

- (BOOL)leftSidebarShouldExpandWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Return Value

Whether or not the sidebar should be permitted to expand.

Discussion

Determines whether or not the left sidebar should be permitted to expand.

Declared In

RBSidebarContainerView.h

– leftSidebarWillExpandWithSidebarContainerView:

Called to notify that the left sidebar will expand.

- (void)leftSidebarWillExpandWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the left sidebar will expand.

Declared In

RBSidebarContainerView.h

– leftSidebarDidExpandWithSidebarContainerView:

Called to notify that the left sidebar did expand.

- (void)leftSidebarDidExpandWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the left sidebar did expand.

Declared In

RBSidebarContainerView.h

– leftSidebarShouldCollapseWithSidebarContainerView:

Determines whether or not the left sidebar should be permitted to collapse.

- (BOOL)leftSidebarShouldCollapseWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Return Value

Whether or not the sidebar should be permitted to collapse.

Discussion

Determines whether or not the left sidebar should be permitted to collapse.

Declared In

RBSidebarContainerView.h

– leftSidebarWillCollapseWithSidebarContainerView:

Called to notify that the left sidebar will collapse.

- (void)leftSidebarWillCollapseWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the left sidebar will collapse.

Declared In

RBSidebarContainerView.h

– leftSidebarDidCollapseWithSidebarContainerView:

Called to notify that the left sidebar did collapse.

- (void)leftSidebarDidCollapseWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the left sidebar did collapse.

Declared In

RBSidebarContainerView.h

– leftSidebarDidPinWithSidebarContainerView:

Called to notify that the left sidebar was pinned.

- (void)leftSidebarDidPinWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the left sidebar was pinned.

Declared In

RBSidebarContainerView.h

– leftSidebarDidUnpinWithSidebarContainerView:

Called to notify that the left sidebar was unpinned.

- (void)leftSidebarDidUnpinWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the left sidebar was unpinned.

Declared In

RBSidebarContainerView.h

– rightSidebarShouldOpenWithSidebarContainerView:

Determines whether or not the right sidebar should be permitted to open.

- (BOOL)rightSidebarShouldOpenWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Return Value

Whether or not the sidebar should be permitted to open.

Discussion

Determines whether or not the right sidebar should be permitted to open.

Declared In

RBSidebarContainerView.h

– rightSidebarBeganOpeningWithSidebarContainerView:

Called to notify that the right sidebar began opening.

- (void)rightSidebarBeganOpeningWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the right sidebar began opening.

Declared In

RBSidebarContainerView.h

– rightSidebarDidOpenWithSidebarContainerView:

Called to notify that the right sidebar did open.

- (void)rightSidebarDidOpenWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the right sidebar did open.

Declared In

RBSidebarContainerView.h

– rightSidebarShouldCloseWithSidebarContainerView:

Determines whether or not the right sidebar should be permitted to close.

- (BOOL)rightSidebarShouldCloseWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Return Value

Whether or not the sidebar should be permitted to close.

Discussion

Determines whether or not the right sidebar should be permitted to close.

Declared In

RBSidebarContainerView.h

– rightSidebarBeganClosingWithSidebarContainerView:

Called to notify that the right sidebar began closing.

- (void)rightSidebarBeganClosingWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the right sidebar began closing.

Declared In

RBSidebarContainerView.h

– rightSidebarDidCloseWithSidebarContainerView:

Called to notify that the right sidebar did close.

- (void)rightSidebarDidCloseWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the right sidebar did close.

Declared In

RBSidebarContainerView.h

– rightSidebarShouldExpandWithSidebarContainerView:

Determines whether or not the right sidebar should be permitted to expand.

- (BOOL)rightSidebarShouldExpandWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Return Value

Whether or not the sidebar should be permitted to expand.

Discussion

Determines whether or not the right sidebar should be permitted to expand.

Declared In

RBSidebarContainerView.h

– rightSidebarWillExpandWithSidebarContainerView:

Called to notify that the right sidebar will expand.

- (void)rightSidebarWillExpandWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the right sidebar will expand.

Declared In

RBSidebarContainerView.h

– rightSidebarDidExpandWithSidebarContainerView:

Called to notify that the right sidebar did expand.

- (void)rightSidebarDidExpandWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the right sidebar did expand.

Declared In

RBSidebarContainerView.h

– rightSidebarShouldCollapseWithSidebarContainerView:

Determines whether or not the right sidebar should be permitted to collapse.

- (BOOL)rightSidebarShouldCollapseWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Return Value

Whether or not the sidebar should be permitted to collapse.

Discussion

Determines whether or not the right sidebar should be permitted to collapse.

Declared In

RBSidebarContainerView.h

– rightSidebarWillCollapseWithSidebarContainerView:

Called to notify that the right sidebar will collapse.

- (void)rightSidebarWillCollapseWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the right sidebar will collapse.

Declared In

RBSidebarContainerView.h

– rightSidebarDidCollapseWithSidebarContainerView:

Called to notify that the right sidebar did collapse.

- (void)rightSidebarDidCollapseWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the right sidebar did collapse.

Declared In

RBSidebarContainerView.h

– rightSidebarDidPinWithSidebarContainerView:

Called to notify that the right sidebar was pinned.

- (void)rightSidebarDidPinWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the right sidebar was pinned.

Declared In

RBSidebarContainerView.h

– rightSidebarDidUnpinWithSidebarContainerView:

Called to notify that the right sidebar was unpinned.

- (void)rightSidebarDidUnpinWithSidebarContainerView:(nonnull RBSidebarContainerView *)sidebarContainerView

Parameters

sidebarContainerView

The RBSidebarContainerView object.

Discussion

Called to notify that the right sidebar was unpinned.

Declared In

RBSidebarContainerView.h