CGRect rectInTableView = [tableView rectForRowAtIndexPath:indexPath];
CGRect rectInSuperview = [tableView convertRect:rectInTableView toView:[tableView superview]];
rectInTableView是UITableViewCell相对于tableView的rect
rectInSuperview是UITableViewCell相对于tableView父视图的rect
转载请注明原文地址: https://mac.8miu.com/read-498401.html