Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bteapot/btinfinitescrollview

Yet another Infinite ScrollView.
https://github.com/bteapot/btinfinitescrollview

infinite-scroll ios objective-c scroll-view

Last synced: 16 days ago
JSON representation

Yet another Infinite ScrollView.

Awesome Lists containing this project

README

        

# BTInfiniteScrollView

[![Version](https://img.shields.io/cocoapods/v/BTInfiniteScrollView.svg?style=flat)](http://cocoadocs.org/docsets/BTInfiniteScrollView)
[![License](https://img.shields.io/cocoapods/l/BTInfiniteScrollView.svg?style=flat)](http://cocoadocs.org/docsets/BTInfiniteScrollView)
[![Platform](https://img.shields.io/cocoapods/p/BTInfiniteScrollView.svg?style=flat)](http://cocoadocs.org/docsets/BTInfiniteScrollView)

UIScrollView subclass that features:

- infinite scrolling;
- both horizontal and vertical scrolling modes;
- variable item thickness;
- programmatically scrolling to item at specified index;
- querying about item at specific position;
- delegate notifications about views appearing at specified position as a result of user scrolling.

![screenshot](http://i.imgur.com/LW1OnZM.gif)

## Usage

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Installation

BTInfiniteScrollView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

pod "BTInfiniteScrollView"

## Author

Denis Libit,
[email protected]

## License

BTInfiniteScrollView is available under the MIT license. See the LICENSE file for more info.