BTInfiniteScrollView
BTInfiniteScrollView copied to clipboard
Yet another Infinite ScrollView.
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. 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.