I have a collection view. I would like to programmatically select a cell. This is the code I use
[_collectionView selectItemAtIndexPath:[NSIndexPath indexPathFor
Swift 4:
self.collectionView(daysCollectionView, didSelectItemAt: indexPath)