SGCoverFlowViewDelegate |
Defines the single callback method that notifies when an album is selected.
Declared In: SGCoverFlowView.h
Called when an album has been selected from within the cover flow view.
coverFlowView:didSelectAlbum: |
Called when an album has been selected from within the cover flow view.
- (void) coverFlowView:(SGCoverFlowView*)view didSelectAlbum:(id<SGAlbum>)album;
view
The cover flow view where the selection took place.
album
The album that was selected.
© SimpleGeo Last Updated: 03/31/2010