UICollectionView with Paging Enable
I have to create Grid view like Appstore iOS app. I want to do this with UICollectionView paging. I have also implemented the code but not able to scroll like that. What I want to do is there will one image in Center and at both sides(left and right), it should show some portion of previous and next image. I have set Frame for UICollectionView is 320*320. cell size is 290*320.(cell min spacing is 10) 1 Below are two links which depicts my requirement. Thanks in advance. (This is what I want) 2 Deepak Have you tried setting the scroll direction of your UICollectionViewFlowLayout to horizontal?