Skip to content

Haidora/HaidoraRefresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.