I've found a rather odd problem with my UICollectionView implementation in that when scrolling at a reasonable velocity releasing touch, and then while it is scrolling attempting to stop the scrolling doesn't work (By touching down).
Looking at my code, I can't understand what could have caused this, unless it's perhaps related to the subclass implementation of UICollectionViewFlowLayout.
Any ideas of suggestions out there to debug and/or fix this?