Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haifengkao/hfinfinitescrollview
A scroll view (UICollectionView) that can scroll infinitely in horizontal or vertical directions.
https://github.com/haifengkao/hfinfinitescrollview
Last synced: about 1 month ago
JSON representation
A scroll view (UICollectionView) that can scroll infinitely in horizontal or vertical directions.
- Host: GitHub
- URL: https://github.com/haifengkao/hfinfinitescrollview
- Owner: haifengkao
- License: mit
- Created: 2015-08-05T10:17:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T10:22:57.000Z (over 9 years ago)
- Last Synced: 2023-05-27T19:01:08.450Z (over 1 year ago)
- Language: Shell
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HFInfiniteScrollView
[![CI Status](http://img.shields.io/travis/Hai Feng Kao/HFInfiniteScrollView.svg?style=flat)](https://travis-ci.org/Hai Feng Kao/HFInfiniteScrollView)
[![Version](https://img.shields.io/cocoapods/v/HFInfiniteScrollView.svg?style=flat)](http://cocoapods.org/pods/HFInfiniteScrollView)
[![License](https://img.shields.io/cocoapods/l/HFInfiniteScrollView.svg?style=flat)](http://cocoapods.org/pods/HFInfiniteScrollView)
[![Platform](https://img.shields.io/cocoapods/p/HFInfiniteScrollView.svg?style=flat)](http://cocoapods.org/pods/HFInfiniteScrollView)## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
HFInfiniteScrollView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "HFInfiniteScrollView"
```## Author
Hai Feng Kao, [email protected]
## License
HFInfiniteScrollView is available under the MIT license. See the LICENSE file for more info.