Playlist Generator
1.0
|
Functions | |
(void) | - SpotifyPlayer::setArray: |
(void) | - SpotifyPlayer::loginToSpotifyWithUsername:andPassword: |
(void) | - SpotifyPlayer::playTrackAtIndex: |
(void) | - SpotifyPlayer::getCoverImageForTrack: |
(void) | - SpotifyPlayer::timerFireMethod: |
(void) | - SpotifyPlayer::initAudioSession |
- (void) getCoverImageForTrack: | (SPTrack *) | track |
- (void) initAudioSession |
theArray | The array of tracks to be played. Called in the previous view controller, this method fills the array with tracks to be played. |
- (void) playTrackAtIndex: | (NSNumber *) | index |
- (void) setArray: | (NSArray *) | theArray |
theArray | The array of tracks to be played. Called in the previous view controller, this method fills the array with tracks to be played. |
- (void) timerFireMethod: | (NSTimer*) | theTimer |