項(xiàng)目背景
在實(shí)際開發(fā)中怎虫,產(chǎn)品對(duì)刷新的視覺效果越來越高股毫,最常見的就是動(dòng)畫效果膳音。
本項(xiàng)目繼承MJRefresh,讓上拉铃诬,下拉更方便祭陷,也能更好的實(shí)現(xiàn)自定義動(dòng)畫效果苍凛。LARefresh下載地址
支持pod
pod "LARefresh"
使用說明
self.tableView.mj_header = [LARefreshHeader headerWithRefreshingBlock:^{
}];
self.tableView.mj_footer = [LARefreshFooter footerWithRefreshingBlock:^{
}];
實(shí)際效果圖
下拉加載效果圖:
![](https://github.com/leoAntu/leoImagesStorage/blob/master/leoImagesStorage/32C91555-A22F-4F42-AA1C-8B3DFC0C3F07.png?raw=true)
下拉加載效果圖:
![](https://github.com/leoAntu/leoImagesStorage/blob/master/leoImagesStorage/E4D3AE16-88C8-4617-AF37-C0BE82CBD8CA.png?raw=true)
加載完畢效果圖:
![](https://github.com/leoAntu/leoImagesStorage/blob/master/leoImagesStorage/QQ20170517-0.png?raw=true)
支持自定義圖片
將圖片放入Bundle文件夾即可。