I want my CollectionView to still be able to scroll a bit up and down when there’s only a few cells (to get that bounce effect). In a previous question it was suggested that using
self.collectionview?.alwaysBounceVerticle = true
would work (this was marked as the correct answer) but this doesn’t work anymore.
I’m using swift 3