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.
Is there really no way to display an image in AVPlayer while audio is playing?
If there is a way, how would you do so? Thanks in advance for any suggestions.