HaidoraRefresh 0.1.6

HaidoraRefresh 0.1.6

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2019

Maintained by Mrdaios.



  • By
  • mrdaios

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, [email protected]

License

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