How can I play video by touching the button on the video image 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
6:43 UTC
Read the original article
Hit count: 194
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. How can I relate the corresponding cell to the play button.
Thank You.
© Stack Overflow or respective owner