Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 779 Bytes

File metadata and controls

32 lines (19 loc) · 779 Bytes

HaidoraRefresh

通用的下拉刷新。

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, mrdaios@gmail.com

License

HaidoraRefresh is available under the MIT license. See the LICENSE file for more info.