I am playing youtube video using UIWebView. When disappear cell , I am going to stop playing video.
-(void)tableView:(UITableView *)tableView didEndDisplayingCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath;
This delegate is working well for another cell but not while playing video using webview.. How can I detect to disappear cell on screen? If anyone know about that , Please let me know that. thank you