CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

XDRefresh 1.2.1

XDRefresh 1.2.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2020

Maintained by Xiexingda.



XDRefresh 1.2.1

  • By
  • xiexingda

XDRefresh

仿微信朋友圈下拉刷新

//使用方法

  1. 导入头文件

#import "UIView+XDRefresh.h"

  1. 把你的 tableview 添加到刷新

//point 为零时 位置默认为左上角

[self.view XD_refreshWithObject:_tableview atPoint:CGPointZero downRefresh:^{

//开始刷新

}];

  1. 刷新结束后结束刷新

[self.view XD_endRefresh];

有问题可加群提问:

群:659700776

暗号:iOS

效果

image