FSPagerView icon indicating copy to clipboard operation
FSPagerView copied to clipboard

How to achieve FSPagerViewTransformer(type: .linear) animation for vertical scroll direction.

Open dipaktabsquare opened this issue 4 years ago • 0 comments

I am using FSPagerViewExample sample code. I want linear transformer (FSPagerViewTransformer(type: .linear)) for vertical scroll direction.

My code is - @IBOutlet weak var pagerView: FSPagerView! { didSet { self.pagerView.scrollDirection = .vertical self.pagerView.register(FSPagerViewCell.self, forCellWithReuseIdentifier: "cell") } }

But it's not working. How can I do it?

dipaktabsquare avatar Jun 09 '20 06:06 dipaktabsquare