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

I set crossFading animation but while automaticSlidingInterval its not working as crossFading animation. How to set crossFading animation while automaticSlidingInterval? Thanks

This is my code: self.selectedImagesPagerView.transformer = FSPagerViewTransformer(type: .linear) self.selectedImagesPagerView.itemSize = CGSize(width: self.selectedImagesPagerView.frame.width, height: self.selectedImagesPagerView.frame.height) self.selectedImagesPagerView.interitemSpacing = 10 Hello, I am having trouble achieving a 9:16 ratio in my FSPagerViewCell, which...

Is this something wrong with the library? Thanks : ) Fatal Exception: NSInternalInconsistencyException UICollectionView received layout attributes for a cell with an index path that does not exist: {length =...

xib报错,但不影响运行,看着别扭 ![QQ20230712-162944](https://github.com/WenchaoD/FSPagerView/assets/19975375/c54f9561-2b98-4de6-9989-4de19fd370bf)

I want to create this,

As part of our efforts of keeping the best practices in our code, we'd like to be able to pick a specific version when using Swift Package Manager. This is...

FSPagerView.swift 第 207 行代码 `let scrollOffset = Double(contentOffset/self.collectionViewLayout.itemSpacing)` 会有 除 0 的问题

My way: `for myItem in 0...totalCardNumber-1{ let cell = pagerView.cellForItem(at: myItem) }` But it may cause the cell to be nil sometimes. Any elegant solutions?