当前位置: 代码迷 >> 综合 >> ios tableView那些事 (十四) 获取 tableview 每个cell 的坐标点
  详细解决方案

ios tableView那些事 (十四) 获取 tableview 每个cell 的坐标点

热度:59   发布时间:2024-01-12 00:39:54.0

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath


{

  CGRect  popoverRect = [tableViewconvertRect:[tableView rectForRowAtIndexPath:indexPath]toView:[tableView superview]];


}

  相关解决方案