Add blur in UICollectionViewCell
问题 I'm trying get a snapshot of a UICollectionViewCell, blur it and add as a subview to the UICollectionViewCell. Some weird problems are happening. MyCollectionViewController - (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath { UICollectionViewCell<MyCollectionViewCellProtocol> *cell = [collectionView dequeueReusableCellWithReuseIdentifier:@"MyCollectionViewCell" forIndexPath:indexPath]; cell.modelVariable = self