RainyRefreshControl alternatives and similar libraries
Based on the "Pull to Refresh" category.
Alternatively, view RainyRefreshControl alternatives based on common mentions on social networks and blogs.
-
CBStoreHouseRefreshControl
Fully customizable pull-to-refresh control inspired by Storehouse iOS app -
ESPullToRefresh
#Busy Re-Building....# An easy way to use pull to refresh and infinite scrolling in Swift. Pod 'ESPullToRefresh' -
PullToBounce
Animated "Pull To Refresh" Library for UIScrollView. Inspired by https://dribbble.com/shots/1797373-Pull-Down-To-Refresh -
UzysAnimatedGifPullToRefresh
Add PullToRefresh using animated GIF to any scrollView with just simple code -
KafkaRefresh
Animated, customizable, and flexible pull-to-refresh framework for faster and easier iOS development. -
BOZPongRefreshControl
A pull-down-to-refresh control for iOS that plays pong, originally created for the MHacks III iOS app -
PullToRefreshCoreText
PullToRefresh extension for all UIScrollView type classes with animated text drawing style -
GIFRefreshControl
GIFRefreshControl is a pull to refresh that supports GIF images as track animations. -
HTPullToRefresh
Easily add vertical and horizontal pull to refresh to any UIScrollView. Can also add multiple pull-to-refesh views at once.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of RainyRefreshControl or a related project?
README
RainyRefreshControl
Simple refresh control for iOS based on SpriteKit and Core Graphics.
Project inspired by concept of Yup Nguyen
[capture_umbrella_refresh](gif/umbrella_refresh.gif "capture_umbrella_refresh")
Installation
Installation with CocoaPods
To integrate RainyRefreshControl into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'TargetName' do
pod 'RainyRefreshControl'
end
Then, run the following command:
$ pod install
Installation with Carthage
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthage
To integrate RainyRefreshControl into your Xcode project using Carthage, specify it in your Cartfile
:
github "Onix-Systems/RainyRefreshControl"
Run carthage update
to build the framework and drag the built RainyRefreshControl.framework
into your Xcode project.
Usage
Just import RainyRefreshControl framework into your class and add it to UITableView or UICollectionView:
let refresh = RainyRefreshControl()
refresh.addTarget(self, action: #selector(ViewController.doRefresh), for: .valueChanged)
tableView.addSubview(refresh)
Who's behind this?
Onix-Systems is IT Outsourcing, web design and mobile application development company bringing expert execution, situated in Ukraine.
License
RainyRefreshControl is released under the MIT license. See [LICENSE](LICENSE) for details.
*Note that all licence references and agreements mentioned in the RainyRefreshControl README section above
are relevant to that project's source code only.