Re: Animating UICollectionViewCell selection

2014-06-23 Thread Luke Hiesterman
Collection view will call setSelected: on the cell inside an animation block if the selection is an animated one. A selection from a touch is not animated, but a programmatic selection which does [collectionView selectItemAtIndexPath:path animated:YES scrollPosition:scrollPosition] will result i

<    1   2