RainyRefreshControl
Simple refresh control for iOS inspired by concept.
Project inspired by concept of Yup Nguyen
Installation
Installation with CocoaPods
To integrate RainyRefreshControl into your Xcode project using CocoaPods, specify it in your Podfile
:
Then, run the following command:
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:
To integrate RainyRefreshControl into your Xcode project using Carthage, specify it in your Cartfile
:
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: