FSPagerView icon indicating copy to clipboard operation
FSPagerView copied to clipboard

FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner View、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders.

Results 123 FSPagerView issues
Sort by recently updated
recently updated
newest added

如图所示: 正常使用并设置itemsize,默认第一个item是居中的 期望:

Is there is any way to reload a single cell in fspagerview..? cant seem to find one...!

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 =...

I'm setting a custom view as the `backgroundView` when there are no items to show. But say, if I reload it with some items again, setting the `backgroundView` back to...

I tried some codes below ``` contentView.layer.shadowRadius = 0 contentView.layer.cornerRadius = 20.0 contentView.layer.shadowColor = UIColor.clear.cgColor ``` But it not works. I appreciate any help on this.

As this view uses a UICollectionView internally, wouldn't it be great if prefetching was supported? We could then preload remote images.