//获取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];