UITableViewCell* cell = [tableView cellForRowAtIndexPath:indexPath];
CGRect rect = [keyWindow convertRect:CGRectMake(0, 0, cell.frame.size.width, cell.frame.size.height) fromView:cell];
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
网友评论