https://github.com/bteapot/btinfinitescrollview
Yet another Infinite ScrollView.
https://github.com/bteapot/btinfinitescrollview
infinite-scroll ios objective-c scroll-view
Last synced: 9 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T12:31:13.000Z (over 9 years ago)
- Last Synced: 2024-03-14T15:26:15.062Z (over 2 years 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
[](http://cocoadocs.org/docsets/BTInfiniteScrollView)
[](http://cocoadocs.org/docsets/BTInfiniteScrollView)
[](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.

## 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,
bteapot@me.com
## License
BTInfiniteScrollView is available under the MIT license. See the LICENSE file for more info.