Latest | 1.0.2 |
---|---|
Homepage | https://github.com/cheunghy/KYRefreshControl |
License | MIT |
Platforms | ios 6.0, requires ARC |
Authors |
A bare bone implementation of a pull to refresh.
You can easily create your own style pull to refresh with this class, compatible with UIRefreshControl api.
This is also a demo of reimplementation of David Rönnqvist’s blogpost-codesample-PullToRefresh by subclassing KYRefreshControl.
Latest podspec
{ "name": "KYRefreshControl", "version": "1.0.2", "license": "MIT", "summary": "A bare bone implementation of a pull to refresh for you to subclass.", "homepage": "https://github.com/cheunghy/KYRefreshControl", "authors": { "Zhang Kai Yu": "[email protected]" }, "source": { "git": "https://github.com/cheunghy/KYRefreshControl.git", "tag": "1.0.2", "submodules": true }, "requires_arc": true, "platforms": { "ios": "6.0" }, "public_header_files": "Demo/KYRefreshControl/KYRefreshControl.h", "source_files": "Demo/KYRefreshControl/KYRefreshControl.{h,m}" }
Sun, 28 Feb 2016 12:59:03 +0000