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

建议:增加左对齐、右对齐排版样式,现在是居中对齐的,有些需要两边对齐的就满足不了需求了。

NSInternalInconsistencyException UICollectionView received layout attributes for a cell with an index path that does not exist: {length = 2, path = 5459 - 1}

Hi Thanks for the best pagerview in iOS. I'm using this lib as a language picker in my project, when screen opens i will scroll to selected language, for example...

![image](https://user-images.githubusercontent.com/13959374/99964623-8c94b180-2dce-11eb-90be-02c7af2bc806.png)

using Swift package manager to project, choose the version, up to next major 0.8.3 < 1.0.0 but occur error like the images as below I would like to ask how...

你好,OC使用Cocoapods导入FSPagerView时,FSPagerView可以正常编译,一旦使用到FSPagerViewCell就无法编译。以下是cocoapods文件: ` platform :ios, '9.0' use_frameworks! target 'ProjectName' do pod 'FSPagerView' end ` 以下为控制器代码: ` #import "FSPagerView-Swift.h" - (void)viewDidLoad { // ..... // 不加cell注册以及datasource时可以正常编译 [self.pagerView registerClass:[FSPagerViewCell class] forCellWithReuseIdentifier:@"cell"]; self.pagerView.itemSize =...

I saw that FSPageControl has transforms this parameter. Is it possible that it was opened in a future version?