RBCollapsibleContainerHandleDelegate Protocol Reference

Conforms to NSObject
Declared in RBCollapsibleContainerHandleView.h

Overview

A delegate to receive state change events from an RBCollapsibleContainerHandleView object.

– collapsibleContainerHandleView:willChangeFromState:toState: required method

Called when the header will change it’s state.

- (void)collapsibleContainerHandleView:(nonnull RBCollapsibleContainerHandleView *)collapsibleContainerHandleView willChangeFromState:(RBCollapsibleContainerHandleState)fromState toState:(RBCollapsibleContainerHandleState)toState

Parameters

collapsibleContainerHandleView

The RBCollapsibleContainerHandleView object.

fromState

The state that the header is changing from.

toState

The state that the header is changing to.

Discussion

Called when the header will change it’s state.

Declared In

RBCollapsibleContainerHandleView.h

– collapsibleContainerHandleView:didChangeFromState:toState: required method

Called when the header has changed it’s state.

- (void)collapsibleContainerHandleView:(nonnull RBCollapsibleContainerHandleView *)collapsibleContainerHandleView didChangeFromState:(RBCollapsibleContainerHandleState)fromState toState:(RBCollapsibleContainerHandleState)toState

Parameters

collapsibleContainerHandleView

The RBCollapsibleContainerHandleView object.

fromState

The state that the header is changing from.

toState

The state that the header is changing to.

Discussion

Called when the header has changed it’s state.

Declared In

RBCollapsibleContainerHandleView.h