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

pagerview reload data and all cell will excute after crash

在demo里面快速滑动轮播图,并快速点击不会走- (void)pagerView:(FSPagerView *)pagerView didSelectItemAtIndex:(NSInteger)index代理方法

question

Good day. First of all. Thank you for this amazing lib. I've founded an issue. In horizontal scroll on last cell after one more swipe to right we are getting...

Hi, We have serious **problem/bug** with Automatic Sliding. If user reload _Pager_ at the same time as the sliding starts, the cell freezes and resumes sliding after a few seconds....

bug

self.pageControl.contentHorizontalAlignment = UIControlContentHorizontalAlignmentCenter; let amplitude = CGFloat(self.numberOfPages/2) * diameter + spacing*CGFloat((self.numberOfPages-1)/2) 1.Scale indicator maximum 2.make a simple line view with obvious color 3.center indicator isn't in center 4.replace result with...

I have search through swiftui libraries and haven't found any pager view library good enough. Do you have any plan for adding support swiftui for this library? I have used...

enhancement

Crashlytics reported a crash, still not able to reproduce it and only impacted 1 user. Any idea guys? Below are the crash report: Crashed: com.apple.main-thread 0 MyApp 0xc4910 specialized FSPagerView.scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)...

如题,对比市面上的app轮播图,在快速滑动结束后的一瞬间点击轮播图,不会-(void)pagerView:(FSPagerView *)pagerView didSelectItemAtIndex:(NSInteger)index代理方法,要完全静止才能点击

pageControl Content won't set vertically on bottom the horizontal one is working fine.