Closed patthehuman closed 1 year ago
I would like to see this too!
I suggest you use the container view inside the collection view cell.
for example
cell.container.addSubview(self.player.view)
I would like to see this too
Following up on this.
Would love to see this as well! Thank you!
We are using Player to play video inside a collectionview with cells that are full screen.
Is there an example on how to properly use Player inside a reusable cell?