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.
To run the example project, clone the repo, and run pod install
from the Example directory first.
BTInfiniteScrollView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "BTInfiniteScrollView"
Denis Libit,
bteapot@me.com
BTInfiniteScrollView is available under the MIT license. See the LICENSE file for more info.