How can I play video by touching the button on the video thumnail of the video in tableviewcell ?
Posted
by srikanth rongali
on Stack Overflow
See other posts from Stack Overflow
or by srikanth rongali
Published on 2010-04-24T06:35:25Z
Indexed on
2010/04/24
13:03 UTC
Read the original article
Hit count: 342
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.
© Stack Overflow or respective owner