piemonte / Player

▶️ Play and stream media in Swift
MIT License
2.08k stars 334 forks source link

Example using Player in reusable cell #210

Closed patthehuman closed 1 year ago

patthehuman commented 5 years ago

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?

SerxhioGugo commented 5 years ago

I would like to see this too!

PahlevanyanSamvel commented 5 years ago

I suggest you use the container view inside the collection view cell. for example cell.container.addSubview(self.player.view)

AppleTTT commented 4 years ago

I would like to see this too

andrewjedi commented 4 years ago

Following up on this.

andrewjedi commented 4 years ago

Would love to see this as well! Thank you!