How can I play video by touching the button on the video thumnail of the video in tableviewcell ?
- by srikanth rongali
I have a table view in which if each cell is touched video plays. Each cell have image of the video cell.imageView.image. And on the image I have a button (UIButton) with play symbol.
If I touch the play button the corresponding video should be played same like the when cell is touched.
I have a selector for the play button. But I need (NSIndex*)indexPath to get the current row.
But I can't access the indexPath in my selector. How can I make this?
Thank You.