"set the selected cell method as a collection, it will disable user interaction.
this is solved by adding the following method.
[newCell setSelected:YES]
[collectionView selectItemAtIndexPath:indexPath animated:YES scrollPosition:UICollectionViewScrollPositionNone]
respectively.
UICollectionView
.