美文网首页
如何获得UITableViewCell 在屏幕中的位置

如何获得UITableViewCell 在屏幕中的位置

作者: 奋斗的蜗牛 | 来源:发表于2016-11-07 11:47 被阅读52次
    CGRect rectInTableView = [tableView rectForRowAtIndexPath:indexPath];
    CGRect rectInSuperview = [tableView convertRect:rectInTableView toView:[tableView superview]];
    

    相关文章

      网友评论

          本文标题:如何获得UITableViewCell 在屏幕中的位置

          本文链接:https://www.haomeiwen.com/subject/xlcouttx.html