Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

bteapot/BTInfiniteScrollView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTInfiniteScrollView

Version License Platform

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

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,
bteapot@me.com

License

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