?? CGRectrect = [tableViewrectForRowAtIndexPath:indexPath];
? ? ? ? /// 獲取當前cell 相對于self.view 當前的坐標
? ? ? ? rect.origin.y? ? ? ? ? = rect.origin.y- [tableViewcontentOffset].y;
cell 中的圖片frame處理:
? ? ? ? CGRectimageViewRect? = imageView.frame;
? ? ? ? imageViewRect.origin.y= rect.origin.y+ imageViewRect.origin.y;