Latest | 0.1.6 |
---|---|
Homepage | https://github.com/Haidora/HaidoraRefresh |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | UIKit, Foundation |
Authors |
通用的下拉刷新。
Usage
#import <HaidoraRefresh.h>
//下拉刷新
//添加下拉刷新回调
[self.scrollView addPullToRefreshWithActionHandler:nil];
//添加下拉刷新并设置自定义动画
[self.scrollView addPullToRefreshWithActionHandler:nil animator:nil];
Animator
更多自定义AnimatorHaidoraRefreshExtension
Installation
HaidoraRefresh is available through HaidoraPods. To install
it, simply add the following line to your Podfile:
pod "HaidoraRefresh"
Author
mrdaios, [email protected]
License
HaidoraRefresh is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "HaidoraRefresh", "version": "0.1.6", "summary": "u901au7528u7684u4e0bu62c9u5237u65b0.", "description": "u901au7528u7684u4e0bu62c9u5237u65b0,u53efu81eau5b9au4e49u5237u65b0u52a8u753b.", "homepage": "https://github.com/Haidora/HaidoraRefresh", "license": "MIT", "authors": { "mrdaios": "[email protected]" }, "source": { "git": "https://github.com/Haidora/HaidoraRefresh.git", "tag": "0.1.6" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "HaidoraRefresh": [ "Pod/Assets/*" ] }, "frameworks": [ "UIKit", "Foundation" ] }
Thu, 09 May 2019 10:43:04 +0000