diff --git a/Sources/FSPagerCollectionView.swift b/Sources/FSPagerCollectionView.swift index 780733e..04bb1db 100644 --- a/Sources/FSPagerCollectionView.swift +++ b/Sources/FSPagerCollectionView.swift @@ -55,6 +55,9 @@ class FSPagerViewCollectionView: UICollectionView { self.decelerationRate = UIScrollViewDecelerationRateFast self.showsVerticalScrollIndicator = false self.showsHorizontalScrollIndicator = false + if #available(iOS 10.0, *) { + self.isPrefetchingEnabled = false + } #if !os(tvOS) self.scrollsToTop = false self.isPagingEnabled = false