I have a collection view. I would like to programmatically select a cell. This is the code I use
[_collectionView selectItemAtIndexPath:[NSIndexPath indexPathFor
Osmenda's answer in Swift with my custom collection view:
self.collectionView(calendarCV, didSelectItemAtIndexPath: indexPath)