Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puttin/PWLoadMoreTableFooter
A similar control to load more control. Idea come from https://github.com/enormego/EGOTableViewPullRefresh
https://github.com/puttin/PWLoadMoreTableFooter
Last synced: 3 months ago
JSON representation
A similar control to load more control. Idea come from https://github.com/enormego/EGOTableViewPullRefresh
- Host: GitHub
- URL: https://github.com/puttin/PWLoadMoreTableFooter
- Owner: puttin
- License: mit
- Archived: true
- Created: 2013-03-31T11:15:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-06T02:43:00.000Z (over 11 years ago)
- Last Synced: 2024-07-23T10:34:50.045Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 176 KB
- Stars: 27
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
PWLoadMoreTableFooter
=====================A similar control to the load more control. Idea come from [enormego / EGOTableViewPullRefresh](https://github.com/enormego/EGOTableViewPullRefresh)
## How to use?
### With [CocoaPods](http://cocoapods.org)
Edit your Podfile with
```
pod 'PWLoadMoreTableFooter', '~>1.0.1'
```
### Without CocoaPods
1. Add the PWLoadMoreTableFooterView.h and PWLoadMoreTableFooterView.m file to your project
2. Follow the demo project to code right
3. And it should work!## What's next?
1. Tell me## Authors and Contributors
In 2013, Puttin Wong([@puttin](https://github.com/puttin)) founded PWLoadMoreTableFooter.## Support or Contact
Having trouble with this project? Create a new issue.