通过tag 获取视图 必须 用父视图调用 viewWithTag
比如
UICollectionViewCell * content = (UICollectionViewCell *)[self.Collection viewWithTag:(100 + indexPath.row - 3)];