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 hope the padding feature for imageView

I am using this library in one of our project, everything is working smooth except animation speed. We are using depth transform animation and pages moving extremely fast with infinite...

Hello, i have tried to achieve like on the first run all cell transformation should be normal and on the first scroll un focused cells should be in less size....

在这个applyTransform我尝试修改,发现会更改所有的比例。我只想更改左右两边的高度,知道的说下,谢谢!

`FSPagerViewObjcCompat.h/m` are used for compatible with ObjC. Consider splitting this into two separate subspecs: one for Swift(default spec with `FSPagerViewObjcCompat.h ` excluded) and another for ObjC?

The method scrollToItem validates the index and forces crash if the index is out of range of already built items. This looks correct but one notice: when we call scrollToItem...

你好,为了更方便使用,需要给您的库添加Rx扩展 由于`FSPagerCollectionView`和`collectionView`、`numberOfItems`、`numberOfSections`等属性属于internal访问权限。 我不得不这样做,🥲 ``` post_install do |installer| ## Fixed collectionView being internal find_and_replace("./Pods/FSPagerView/Sources/FSPagerCollectionView.swift", "class FSPagerCollectionView", "public class FSPagerCollectionView") find_and_replace("./Pods/FSPagerView/Sources/FSPagerCollectionView.swift", "override var scrollsToTop", "public override var scrollsToTop") find_and_replace("./Pods/FSPagerView/Sources/FSPagerCollectionView.swift", "override var contentInset",...

How can I give some space between two items in coverflow type.

请问是否能支持这种形式的动画