Need to display list of videos with simultaneously play and looping using collectionview.
Implemented: VC1: list of users VC2: users video list in collectionview Using present concept to navigate from VC1 to VC2 In VC2: Using collectionview to list all the videos get from RestAPI Using AVPlayer to load the video.
Issue Moving VC1 to VC2 and back to VC1 continuously and certain point Video views are empty, Videos are not loading properly Expected Need to play all videos at anytime enters into the screen.