美文网首页
获取cell的相对位置

获取cell的相对位置

作者: Windream | 来源:发表于2016-04-12 10:48 被阅读78次
        UITableViewCell* cell = [tableView cellForRowAtIndexPath:indexPath];
        CGRect rect = [keyWindow convertRect:CGRectMake(0, 0, cell.frame.size.width, cell.frame.size.height) fromView:cell];
    

    相关文章

      网友评论

          本文标题:获取cell的相对位置

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