I could access mediafiles with MPMediaPickerController
, I need to list down all videos I selected from picker.
MPMoviePlayerViewController
is being used and I have added a player to every cell, but I couldn't use it for more than one cell. I think! on selecting the UITableViewCell on UITableView, we need to use this. But how to show the thumbnail or image of video (footprint) in tableview for all cells.
Goal: Once I list down with footprint, on selecting I use MPMoviePlayerViewController
to play selected.
Thanks, Venkatarao