YiRefresh 0.9.5

YiRefresh 0.9.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2015

Maintained by coderyi.



YiRefresh 0.9.5

  • By
  • coderyi

中文README

a simple way to use pull-to-refresh.

implement by KVO,support UITableView,UICollectionView,UIWebView.

YiRefresh Support iOS7+,horizontal and vertical screen,iPhone and iPad.

Podfile

platform :ios, '7.0'
pod "YiRefresh", "~> 0.9.5"

header drop down to refresh

refreshHeader=[[YiRefreshHeader alloc] init];
refreshHeader.scrollView=tableView;
[refreshHeader header];
refreshHeader.beginRefreshingBlock=^(){
};
[refreshHeader beginRefreshing];

footer pull up to refresh

refreshFooter=[[YiRefreshFooter alloc] init];
refreshFooter.scrollView=tableView;
[refreshFooter footer];
refreshFooter.beginRefreshingBlock=^(){
};

YiRefresh YiRefresh

YiRefresh YiRefresh

copyright (c) 2015 coderyi.all rights reserved.