Display artwork during audio playback with AV Player in Swift
Not knowing much about AVFoundation, I am playing an audio through the AVPlayer. However, unless I am missing something there does not seem to be a way to display an image through the player. You just see a black box where the player is. The only option seems to be to create a UIImageView of the same size and display an image there to give the user something to look out while the music plays.