FSPagerView
FSPagerView copied to clipboard
How to achieve FSPagerViewTransformer(type: .linear) animation for vertical scroll direction.
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?