NSIndexPath *path=[NSIndexPath indexPathForRow:row inSection:0];
JSBubbleMessageCell *cell = (JSBubbleMessageCell *)[_tableView cellForRowAtIndexPath:path];
NSIndexPath *path=[NSIndexPath indexPathForRow:row inSection:0];
JSBubbleMessageCell *cell = (JSBubbleMessageCell *)[_tableView cellForRowAtIndexPath:path];
本文标题:获取到指定的UITableViewCell
本文链接:https://www.haomeiwen.com/subject/fuvlnftx.html
网友评论