Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unash/extableloaderview
基于EGOTableViewPullRefresh完善的下拉刷新上拉加载功能库.
https://github.com/unash/extableloaderview
Last synced: 4 days ago
JSON representation
基于EGOTableViewPullRefresh完善的下拉刷新上拉加载功能库.
- Host: GitHub
- URL: https://github.com/unash/extableloaderview
- Owner: unash
- License: mit
- Created: 2016-01-07T15:22:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T07:37:45.000Z (over 8 years ago)
- Last Synced: 2024-10-10T17:34:07.190Z (about 1 month ago)
- Language: Objective-C
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EXTableLoaderView
![](https://travis-ci.org/unash/EXTableLoaderView.svg?branch=master)
#### 概要
* 基于EGOTableViewPullRefresh完善的下拉刷新上拉加载功能库.
* 由于原库已经好多年没更新了,搜到的一些加载刷新组件又太重了,故作此改造.
* 主要增加了对应的上拉加载功能, 适应了新系统的一些变化, 并整理了一下命名.
* 使用方法同EGOTableViewPullRefresh.#### 使用
pod 'EXTableLoaderView', '0.1.0'#### 补充
* 推荐使用[SVPullToRefresh](https://github.com/samvermette/SVPullToRefresh/)