#import <Jukebox.h>
Public Member Functions | |
| (void) | - jukeboxView:requestImagesForIndexRange:quality: |
| (UIImage *) | - placeholder |
| - (void) jukeboxView: | (PLJukeboxView *) | jukeboxView | ||
| requestImagesForIndexRange: | (NSRange) | range | ||
| quality: | (PLJukeboxImageQuality) | quality | ||
Called when the Jukebox view requires cover images for the given index range. The data source implementation should not perform any blocking calls in this method -- including loading images from disk -- as this will delay animation response. The data source must provide the images via setImage:atIndex: (PLJukeboxView).
If an image request can not be fufilled (no image is available, or an error occurs) setImage:atIndex: (PLJukeboxView) must be called with a nil image parameter.
| jukeboxView | The requesting PLJukeboxView. | |
| range | The range of indices being requested. | |
| quality | The image quality requested. Images presented at an angle will be requested with lower quality, while images presented in the center layer will be requested with higher quality. |
| - (UIImage *) placeholder |
Return the placeholder cover image. Used if a cover is unavailable or has not yet been loaded.
1.5.5