
Licence: MIT
Classification: PandoraPlayer
Platform: IOS
Language: Swift
Language: Swift
Device:
iPhone
Download
Installation
CocoaPods
Add the following line to your Podfile:
pod 'PandoraPlayer'
Usage
import PandoraPlayer
let playerVC = PandoraPlayer.configure(withMPMediaItems: mediaItems)
navigationController?.present(playerVC, animated: true, completion: nil)
import PandoraPlayer
let playerVC = PandoraPlayer.configure(withMPMediaItems: mediaItems)
navigationController?.present(playerVC, animated: true, completion: nil)
