获取到指定的UITableViewCell
2018-09-17 本文已影响0人
西陵玖瑶
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];