FSPagerView icon indicating copy to clipboard operation
FSPagerView copied to clipboard

How to set item inset/space between item

Open Khurshid123222 opened this issue 4 years ago • 2 comments

How to set item inset/space between the item transform type ferrisWheel

Khurshid123222 avatar Oct 11 '19 06:10 Khurshid123222

+1

fadizant avatar Jul 07 '20 12:07 fadizant

I changed proposedInteritemSpacing function value inside the FSPagerViewTransformer to achieve what I wanted.

now mine is this: case .overlap: guard scrollDirection == .horizontal else { return 0 } return pagerView.itemSize.width * -self.minimumScale * 0.1

HappyIosDeveloper avatar Aug 01 '21 11:08 HappyIosDeveloper