Jukebox View
PLJukebox provides a clone of Apple's Cover Flow UI for the iPhone. The primary jukebox view is implemented via the
PLJukeboxView class, which may be placed in a standard view hierarchy and overlaid with any necessary user interface elements.
As a client of the PLJukebox API, it will be necessary to implement two protocols:
- Cover data is provided via implementing the PLJukeboxDataSource protocol.
- The PLJukeboxDelegate protocol may monitor cover focus changes and flipping of the cover's backing info view.