UIView的[convertRect: toView:]步骤使用

UIView的[convertRect: toView:]方法使用CGRect rr [cell convertRect:cell.jingduBtn.frame toView:sel

UIView的[convertRect: toView:]方法使用

CGRect rr = [cell convertRect:cell.jingduBtn.frame toView:self.view]; 

?意思是:把UITableViewCell的subview(jingduBtn)的frame convert 到 controller的View中,

这里的controller view 包含一个UITableView, UITableView里有多行UITableVieCell