Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

malcommac/DMCircularScrollView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMCircularScrollView

⚠️⚠️ IMPORTANT NOTE

The following repository is no longer maintained. No fixes or improvements will be made and the project. If you are searching for a pure Swift implementation of circular scroll view take a look at CircularScroller project.

Infinite/Circular Scrolling Implementation for UIScrollView DMCircularScrollView implements an infinite . 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. DMCircularScrollView allows you to create an endless paginated scrollview.

Daniele Margutti, http://www.danielemargutti.com

DMCircularScrollView Example Project

Donations

If you found this project useful, please donate. There’s no expected amount and I don’t require you to.

CLICK THIS LINK TO DONATE USING PAYPAL

License (MIT)

Copyright (c) 2012 Daniele Margutti

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Infinite/Circular Scrolling Implementation for UIScrollView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published