Play video in active UITableView's cells in swift
问题 Target :- I am trying to play video in fully visible cell (it may be 2,3 or 1) & it should be stop with invisibility of cell I am using UITableview with AVPlayer . My tableview is full of video listing currently i am using videos from bundle, I used below code, But it's playing incorrectly & weired sequence. What i am doing wrong here? Answer with another logic is also fine for me. ViewController.swift - protocol VideoActivityDelegate { func startVideo() func stopVideo() } // MARK: TableView