Skip to content

Circular ScrollView Control for iOS written in Swift

License

Notifications You must be signed in to change notification settings

v-yatsevich/CircularScrollView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircularScrollView

[![CI Status](http://img.shields.io/travis/daniele margutti/CircularScrollView.svg?style=flat)](https://travis-ci.org/daniele margutti/CircularScrollView) Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CircularScrollView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "CircularScrollView"

Author

daniele margutti, [email protected]

About

When creating paging functionality for your apps, there may be times that an infinite page loop would be desired. For example, if you have a small gallery of photos you are displaying, you may want to swipe through the set and have it start back at the beginning once you reach the end. The user would be able to continue swiping as much as they wanted in one direction to continue to view the content. CircularScrollView allows you to create an endless paginated scrollview; it uses UICollectionView as base class and provide some interesting delegate/datasource methods.

Demo Video

License

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

About

Circular ScrollView Control for iOS written in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published