Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bteapot/btinfinitescrollview
- Owner: bteapot
- License: mit
- Archived: true
- Created: 2014-12-25T16:23:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T12:31:13.000Z (about 8 years ago)
- Last Synced: 2024-03-14T15:26:15.062Z (11 months ago)
- Topics: infinite-scroll, ios, objective-c, scroll-view
- Language: Objective-C
- Homepage:
- Size: 89.8 KB
- Stars: 35
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.