Mehran Ramazanilar
Results
1
comments of
Mehran Ramazanilar
Change the file FSPageViewLayout.swift in the line 78 from: `self.leadingSpacing = self.scrollDirection == .horizontal ? (collectionView.frame.width-self.actualItemSize.width)*0.5 : (collectionView.frame.height-self.actualItemSize.height)*0.5` to: `self.leadingSpacing = self.scrollDirection == .horizontal ? 0 : (collectionView.frame.height-self.actualItemSize.height)*0.5`