CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

RainyRefreshControl 0.4.0

RainyRefreshControl 0.4.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jan 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by onix-dolzhenko.



RainyRefreshControl

Simple refresh control for iOS based on SpriteKit and Core Graphics.

Project inspired by concept of Yup Nguyen

capture_umbrella_refresh

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 for details.