RBSidebarContainerViewControllerDelegate Protocol Reference

Conforms to NSObject
Declared in RBSidebarContainerViewController.h

Overview

A delegate to receive RBSidebarContainerView events.

– leftSidebarShouldOpenWithSidebarContainerViewController:

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

- (BOOL)leftSidebarShouldOpenWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController 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

RBSidebarContainerViewController.h

– leftSidebarBeganOpeningWithSidebarContainerViewController:

Called to notify that the left sidebar began opening.

- (void)leftSidebarBeganOpeningWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the left sidebar began opening.

Declared In

RBSidebarContainerViewController.h

– leftSidebarDidOpenWithSidebarContainerViewController:

Called to notify that the left sidebar did open.

- (void)leftSidebarDidOpenWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the left sidebar did open.

Declared In

RBSidebarContainerViewController.h

– leftSidebarShouldCloseWithSidebarContainerViewController:

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

- (BOOL)leftSidebarShouldCloseWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController 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

RBSidebarContainerViewController.h

– leftSidebarBeganClosingWithSidebarContainerViewController:

Called to notify that the left sidebar began closing.

- (void)leftSidebarBeganClosingWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the left sidebar began closing.

Declared In

RBSidebarContainerViewController.h

– leftSidebarDidCloseWithSidebarContainerViewController:

Called to notify that the left sidebar did close.

- (void)leftSidebarDidCloseWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the left sidebar did close.

Declared In

RBSidebarContainerViewController.h

– leftSidebarShouldExpandWithSidebarContainerViewController:

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

- (BOOL)leftSidebarShouldExpandWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController 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

RBSidebarContainerViewController.h

– leftSidebarWillExpandWithSidebarContainerViewController:

Called to notify that the left sidebar will expand.

- (void)leftSidebarWillExpandWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the left sidebar will expand.

Declared In

RBSidebarContainerViewController.h

– leftSidebarDidExpandWithSidebarContainerViewController:

Called to notify that the left sidebar did expand.

- (void)leftSidebarDidExpandWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the left sidebar did expand.

Declared In

RBSidebarContainerViewController.h

– leftSidebarShouldCollapseWithSidebarContainerViewController:

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

- (BOOL)leftSidebarShouldCollapseWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController 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

RBSidebarContainerViewController.h

– leftSidebarWillCollapseWithSidebarContainerViewController:

Called to notify that the left sidebar will collapse.

- (void)leftSidebarWillCollapseWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the left sidebar will collapse.

Declared In

RBSidebarContainerViewController.h

– leftSidebarDidCollapseWithSidebarContainerViewController:

Called to notify that the left sidebar did collapse.

- (void)leftSidebarDidCollapseWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the left sidebar did collapse.

Declared In

RBSidebarContainerViewController.h

– leftSidebarDidPinWithSidebarContainerViewController:

Called to notify that the left sidebar was pinned.

- (void)leftSidebarDidPinWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the left sidebar was pinned.

Declared In

RBSidebarContainerViewController.h

– leftSidebarDidUnpinWithSidebarContainerViewController:

Called to notify that the left sidebar was unpinned.

- (void)leftSidebarDidUnpinWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the left sidebar was unpinned.

Declared In

RBSidebarContainerViewController.h

– rightSidebarShouldOpenWithSidebarContainerViewController:

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

- (BOOL)rightSidebarShouldOpenWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController 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

RBSidebarContainerViewController.h

– rightSidebarBeganOpeningWithSidebarContainerViewController:

Called to notify that the right sidebar began opening.

- (void)rightSidebarBeganOpeningWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the right sidebar began opening.

Declared In

RBSidebarContainerViewController.h

– rightSidebarDidOpenWithSidebarContainerViewController:

Called to notify that the right sidebar did open.

- (void)rightSidebarDidOpenWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the right sidebar did open.

Declared In

RBSidebarContainerViewController.h

– rightSidebarShouldCloseWithSidebarContainerViewController:

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

- (BOOL)rightSidebarShouldCloseWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController 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

RBSidebarContainerViewController.h

– rightSidebarBeganClosingWithSidebarContainerViewController:

Called to notify that the right sidebar began closing.

- (void)rightSidebarBeganClosingWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the right sidebar began closing.

Declared In

RBSidebarContainerViewController.h

– rightSidebarDidCloseWithSidebarContainerViewController:

Called to notify that the right sidebar did close.

- (void)rightSidebarDidCloseWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the right sidebar did close.

Declared In

RBSidebarContainerViewController.h

– rightSidebarShouldExpandWithSidebarContainerViewController:

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

- (BOOL)rightSidebarShouldExpandWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController 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

RBSidebarContainerViewController.h

– rightSidebarWillExpandWithSidebarContainerViewController:

Called to notify that the right sidebar will expand.

- (void)rightSidebarWillExpandWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the right sidebar will expand.

Declared In

RBSidebarContainerViewController.h

– rightSidebarDidExpandWithSidebarContainerViewController:

Called to notify that the right sidebar did expand.

- (void)rightSidebarDidExpandWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the right sidebar did expand.

Declared In

RBSidebarContainerViewController.h

– rightSidebarShouldCollapseWithSidebarContainerViewController:

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

- (BOOL)rightSidebarShouldCollapseWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController 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

RBSidebarContainerViewController.h

– rightSidebarWillCollapseWithSidebarContainerViewController:

Called to notify that the right sidebar will collapse.

- (void)rightSidebarWillCollapseWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the right sidebar will collapse.

Declared In

RBSidebarContainerViewController.h

– rightSidebarDidCollapseWithSidebarContainerViewController:

Called to notify that the right sidebar did collapse.

- (void)rightSidebarDidCollapseWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the right sidebar did collapse.

Declared In

RBSidebarContainerViewController.h

– rightSidebarDidPinWithSidebarContainerViewController:

Called to notify that the right sidebar was pinned.

- (void)rightSidebarDidPinWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the right sidebar was pinned.

Declared In

RBSidebarContainerViewController.h

– rightSidebarDidUnpinWithSidebarContainerViewController:

Called to notify that the right sidebar was unpinned.

- (void)rightSidebarDidUnpinWithSidebarContainerViewController:(nonnull RBSidebarContainerViewController *)sidebarContainerViewController

Parameters

sidebarContainerViewController

The RBSidebarContainerViewController object.

Discussion

Called to notify that the right sidebar was unpinned.

Declared In

RBSidebarContainerViewController.h