通过tag 获取视图 必须 用父视图调用 viewWithTag

比如

UICollectionViewCell*content=(UICollectionViewCell*)[self.CollectionviewWithTag:(100+indexPath.row-3)];