CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Jan 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by onix-dolzhenko.
Simple refresh control for iOS based on SpriteKit and Core Graphics.
Project inspired by concept of Yup Nguyen
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)
Onix-Systems is IT Outsourcing, web design and mobile application development company bringing expert execution, situated in Ukraine.
RainyRefreshControl is released under the MIT license. See LICENSE for details.