获取到指定的UITableViewCell

NSIndexPath *path=[NSIndexPath indexPathForRow:row inSection:0];  

JSBubbleMessageCell *cell = (JSBubbleMessageCell *)[_tableView cellForRowAtIndexPath:path];  

你可能感兴趣的:(获取到指定的UITableViewCell)