SGAlbum |
Defines an album that is used in SGCoverFlowView 
Declared In: SGAlbum.h
The SGCoverFlowView uses this protocol in in order to display items. The coverImage will be displayed in the view when the album is in range. The title and subtitle are displayed below the coverImage whenever the album is centered in the view.
coverImage |
- (UIImage*) coverImage;
The image to be displayed in the SGCoverFlowView.

subtitle |
- (NSString*) subtitle;
The subtitle to be displayed under the title.
title |
- (NSString*) title;
The title to be displayed under the image.
© SimpleGeo Last Updated: 03/31/2010