SGAlbum


Defines an album that is used in SGCoverFlowView

Declared In: SGAlbum.h

Discussion

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.



Methods

-coverImage
-subtitle
-title

coverImage


- (UIImage*) coverImage; 
Return Value

The image to be displayed in the SGCoverFlowView.

Discussion


subtitle


- (NSString*) subtitle; 
Return Value

The subtitle to be displayed under the title.


title


- (NSString*) title; 
Return Value

The title to be displayed under the image.

© SimpleGeo Last Updated: 03/31/2010