guakeliao / HaidoraRefresh

通用的下拉刷新.fork from(https://github.com/jcavar/refresher)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HaidoraRefresh

通用的下拉刷新。

Usage

#import <HaidoraRefresh.h>

//下拉刷新
//添加下拉刷新回调
[self.scrollView addPullToRefreshWithActionHandler:nil];
//添加下拉刷新并设置自定义动画
[self.scrollView addPullToRefreshWithActionHandler:nil animator:nil];
//适用于collectionView,添加代码
 self.collectionView.alwaysBounceVertical = YES;

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.

About

通用的下拉刷新.fork from(https://github.com/jcavar/refresher)

License:MIT License


Languages

Language:Objective-C 97.2%Language:Ruby 2.8%