-
HOW TO COUSTAMIZE THE MPMoviePlayerController and play it in the collection view cell
over 8 years ago
-
over 8 years ago
Hi Satheesh,
You need to know first that MPMoviePlayer is deprecated now so you can use AVPlayer or AVPlayerController. Please look into attached sample code or follow the link: http://findnerd.com/list/view/Play-video-within-given-frame-or-in-UICollectionViewCellUITableViewCell/22819/
You can set frame or AVPlayer according to your cell size and play it with in cell.
-
-
over 8 years ago
Hi Satheesh,
You need to know first that MPMoviePlayer is deprecated now so you can use AVPlayer or AVPlayerController. Please look into attached sample code or follow the link: link text
You can set frame or AVPlayer according to your cell size and play it with in cell.
-
2 Answer(s)