获取tableviewCell在当前屏幕中的坐标值

来源:互联网 发布:小米3qq健康 数据来源 编辑:程序博客网 时间:2024/05/17 01:54
CGRect rectInTableView = [tableView rectForRowAtIndexPath:indexPath]; CGRect rect = [tableView convertRect:rectInTableView toView:[tableView superview]];

0 0
原创粉丝点击