RBCollapsibleContainerHandleDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBCollapsibleContainerHandleView.h |
– 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 |
---|---|
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 |
---|---|
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