The UICollectionView disables scrolling by default when there is not enough cells in the view. When this occurs I need it to bounce back to position when pulled. Im am aware
Try this :
self.collectionView.alwaysBounceVertical = YES;