RBCellDelegate Protocol Reference

Conforms to NSObject
Declared in RBBaseCellView.h

Overview

A delegate to receive RBBaseCellView events.

– cellViewWasSelected:atIndex:

Called when the cell view was tapped.

- (void)cellViewWasSelected:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view was tapped.

Declared In

RBBaseCellView.h

– cellView:buttonWasSelectedWithIdentifier:atIndex:

Called when a cell button was selected.

- (void)cellView:(nonnull __kindof RBBaseCellView *)cellView buttonWasSelectedWithIdentifier:(nonnull NSString *)identifier atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

identifier

The identifier of the button that was selected.

index

The index of the cell view.

Discussion

Called when a cell button was selected.

Declared In

RBBaseCellView.h

– cellViewWillSelect:atIndex:

Called when the cell view will select.

- (void)cellViewWillSelect:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view will select.

Declared In

RBBaseCellView.h

– cellViewDidSelect:atIndex:

Called when the cell view did select.

- (void)cellViewDidSelect:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view did select.

Declared In

RBBaseCellView.h

– cellViewWillUnselect:atIndex:

Called when the cell view will unselect.

- (void)cellViewWillUnselect:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view will unselect.

Declared In

RBBaseCellView.h

– cellViewDidUnselect:atIndex:

Called when the cell view did unselect.

- (void)cellViewDidUnselect:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view did unselect.

Declared In

RBBaseCellView.h

– cellViewWillEnable:atIndex:

Called when the cell view will enable.

- (void)cellViewWillEnable:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view will enable.

Declared In

RBBaseCellView.h

– cellViewDidEnable:atIndex:

Called when the cell view did enable.

- (void)cellViewDidEnable:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view did enable.

Declared In

RBBaseCellView.h

– cellViewWillDisable:atIndex:

Called when the cell view will disable.

- (void)cellViewWillDisable:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view will disable.

Declared In

RBBaseCellView.h

– cellViewDidDisable:atIndex:

Called when the cell view did disable.

- (void)cellViewDidDisable:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view did disable.

Declared In

RBBaseCellView.h

– cellViewWillHighlight:atIndex:

Called when the cell view will highlight.

- (void)cellViewWillHighlight:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view will highlight.

Declared In

RBBaseCellView.h

– cellViewDidHighlight:atIndex:

Called when the cell view did highlight.

- (void)cellViewDidHighlight:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view did highlight.

Declared In

RBBaseCellView.h

– cellViewWillRemoveHighlight:atIndex:

Called when the cell view will unhighlight.

- (void)cellViewWillRemoveHighlight:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view will unhighlight.

Declared In

RBBaseCellView.h

– cellViewDidRemoveHighlight:atIndex:

Called when the cell view did unhighlight.

- (void)cellViewDidRemoveHighlight:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell view did unhighlight.

Declared In

RBBaseCellView.h

– cellViewButtonAreaWillStartMoving:atIndex:

Called when the cell button area will start panning due to user interaction.

- (void)cellViewButtonAreaWillStartMoving:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell button area will start panning due to user interaction.

Declared In

RBBaseCellView.h

– cellViewButtonAreaDidStartMoving:atIndex:

Called when the cell button area did start panning due to user interaction.

- (void)cellViewButtonAreaDidStartMoving:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell button area did start panning due to user interaction.

Declared In

RBBaseCellView.h

– cellViewButtonAreaWillStopMoving:atIndex:

Called when the cell button area will stop panning due to user interaction.

- (void)cellViewButtonAreaWillStopMoving:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell button area will stop panning due to user interaction.

Declared In

RBBaseCellView.h

– cellViewButtonAreaDidStopMoving:atIndex:

Called when the cell button area did stop panning due to user interaction.

- (void)cellViewButtonAreaDidStopMoving:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell button area did stop panning due to user interaction.

Declared In

RBBaseCellView.h

– cellViewButtonAreaShouldOpen:atIndex:

Called to determine whether the cell button area should open.

- (BOOL)cellViewButtonAreaShouldOpen:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called to determine whether the cell button area should open.

Declared In

RBBaseCellView.h

– cellViewButtonAreaWillOpen:atIndex:

Called when the cell button area will open.

- (void)cellViewButtonAreaWillOpen:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell button area will open.

Declared In

RBBaseCellView.h

– cellViewButtonAreaDidOpen:atIndex:

Called when the cell button area did open.

- (void)cellViewButtonAreaDidOpen:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell button area did open.

Declared In

RBBaseCellView.h

– cellViewButtonAreaShouldClose:atIndex:

Called to determine whether the cell button area should close.

- (BOOL)cellViewButtonAreaShouldClose:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called to determine whether the cell button area should close.

Declared In

RBBaseCellView.h

– cellViewButtonAreaWillClose:atIndex:

Called when the cell button area will close.

- (void)cellViewButtonAreaWillClose:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell button area will close.

Declared In

RBBaseCellView.h

– cellViewButtonAreaDidClose:atIndex:

Called when the cell button area did close.

- (void)cellViewButtonAreaDidClose:(nonnull __kindof RBBaseCellView *)cellView atIndex:(NSUInteger)index

Parameters

cellView

The cell view object.

index

The index of the cell view.

Discussion

Called when the cell button area did close.

Declared In

RBBaseCellView.h