SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.

Results 104 SVPullToRefresh issues
Sort by recently updated
recently updated
newest added

My setup is UINavigationController > UITabbarController > UICollectionViewController. The pull to refresh works fine after following [#235](https://github.com/samvermette/SVPullToRefresh/issues/235) and [#141](https://github.com/samvermette/SVPullToRefresh/issues/141). When I drag down to refresh, the arrow appears fine, but...

### Swift Package Manager - iOS: Open Xcode, File->Swift Packages, search input **https://github.com/samvermette/SVPullToRefresh.git**, and then select Version Up to Next Major **0.4** < . - Or add dependencies in your...

I tried to set alwaysBounceVertical=YES, but I found that if infiniteScrolling is added at the same time, then both of them will show and animate

just try it [https://github.com/cntrump/SFRefresh](https://github.com/cntrump/SFRefresh) ![](https://raw.githubusercontent.com/cntrump/SFRefresh/master/lottiedemo.gif)

Apparently default infinite scrolling view's activity indicator view does not show when enter trigger state. It only shows when enter loading state. This commit fix the problem by manually set...

Why we can't use direction: SVInfiniteScrollingDirectionTop in swift version 4.2? Can you help to fix error support the problem? I really need your library to load more chat.

Can I replace the image that is refreshed by the drop-down?Can I replace the image that is refreshed by the drop-down? Just like text, you can set the substitution

Added Carthage support via creating shared framework target inside demo project. Fixed warnings for iOS 7.0 and raised deployment target. Implemented issue [273](https://github.com/samvermette/SVPullToRefresh/issues/273) by this PR.

I changed code to remove deprecated code from iOS 7