The first thing I do is to set the cell selected.
- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndex
Add this line to your didSelectItemAtIndexPath method
[collectionView selectItemAtIndexPath:indexPath animated:NO scrollPosition:nil]