Conforms to NSObject
Declared in TKCoverflowView.h

Overview

The delegate of a TKCoverflowView object must adopt the TKCoverflowViewDelegate protocol.

Tasks

Instance Methods

coverflowView:coverAtIndexWasBroughtToFront:

Tells the delegate that a specified cover is now the foremost cover.

- (void)coverflowView:(TKCoverflowView *)coverflowView coverAtIndexWasBroughtToFront:(NSInteger)index

Parameters

coverflowView

The coverflow view.

index

The index of the foremost cover.

Discussion

Tells the delegate that a specified cover is now the foremost cover.

Declared In

TKCoverflowView.h

coverflowView:coverAtIndexWasTappedInFront:tapCount:

Tells the delegate that a specified cover was tapped.

- (void)coverflowView:(TKCoverflowView *)coverflowView coverAtIndexWasTappedInFront:(NSInteger)index tapCount:(NSInteger)tapCount

Parameters

coverflowView

The coverflow view.

index

The index of the double tapped cover.

tapCount

The number of times the front cover was tapped.

Discussion

Tells the delegate that a specified cover was tapped.

Declared In

TKCoverflowView.h