//获取cell
NSIndexPath *indexPath = [self.tableView indexPathForSelectedRow];
UITableViewCell *cell = [self.tableView cellForRowAtIndexPath:indexPath];
//获取当前选中cell
NSIndexPath* indexPath = [self.tableView indexPathForSelectedRow];
//获取cell
NSIndexPath *indexPath = [self.tableView indexPathForSelectedRow];
UITableViewCell *cell = [self.tableView cellForRowAtIndexPath:indexPath];
//获取当前选中cell
NSIndexPath* indexPath = [self.tableView indexPathForSelectedRow];
本文标题:iOS tableviewCell 选中的是哪个cell 和 获
本文链接:https://www.haomeiwen.com/subject/ltevsttx.html
网友评论