AVplayer not showing in ScrollView after 2-3 times
I am adding multiple AVPlayer objects in a scrollview. For the first time this is working fine but as i go back to my previous view and come back again i am not able to see AVPlayer objects in scrollView. I need as matrix of multiple AVPlayer to show thumbnails of my videos. Please help me asap Thanks in advance. I had a similar problem and after a lot of searching discovered that the AVPLayerItem object causes this issue. Basically when the AVPlayer items go offscreen you need to make sure everything is released properly, and then recreate everything when they come back on screen. As part of