UITableViewCell 获取当前位置

mac2024-12-06  31

CGRect rectInTableView = [tableView rectForRowAtIndexPath:indexPath]; CGRect rectInSuperview = [tableView convertRect:rectInTableView toView:[tableView superview]]; rectInTableView是UITableViewCell相对于tableView的rect rectInSuperview是UITableViewCell相对于tableView父视图的rect  
最新回复(0)