ApplikeySolutions / PandoraPlayer

🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
https://applikeysolutions.com/
MIT License
1.19k stars 176 forks source link

fixed album image not being set on launch. #15

Open denysco opened 6 years ago

denysco commented 6 years ago

init: public static func configure(withAVItems items: [AVPlayerItem]) -> PandoraPlayer Issue: image isn't set in initial configuration, image in cell doesn't fill rounded area. fix: added function call to configure image, changed content mode to aspectFill.

initial_image_issue