I'm trying to use UICollectionView to display the view to the left and right of the current view that is centered in the screen.
I have this displaying properly but the horizontal paging does not center on the subsequent views because it defaults to the width of the frame, which is 320.0.
Where is UICollectionView calculating the default offset value it uses when clipping to the next pages?
I would like to change this value. Is there a better way to do this? Essentially I am trying to recreate the experience being used in the search results for the app store on the iphone.