Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.
/ ConceptScroll Public archive

Use UIPageViewController instead. This is an old control that implements horizontal pages scrolling with looping support. (aka UIScrollView with looping mode). It was used before UIPageViewController was introduced.

Notifications You must be signed in to change notification settings

genkernel/ConceptScroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConceptScroll

Pages Scroller with looping support.
It mimics UIScrollView functionality with paging = YES and additionaly introduces 'looping' mode BOOL property.
See https://developer.apple.com/videos/wwdc/2011/?id=104 for nice tricks on UIScrollView by Apple.

Demo: http://youtu.be/AxZhPDLQpnw

This is iOS example project that uses PagerView component.
PagerView mimics UIScrollView component with paging mode enabled.
Plus it implements additional 'looping' feature: scrolls to the very first page after the last one.

PagerView has .delegate and .dataSource properties implemented with UITableView in mind.

TODO:

  1. Vertical sliding. Animate swipping between pages in Vertical direction in addition to Horizontal(current) direction.
  2. Multiple active pages. Implement case when multiple pages are visible and should be rendered together.

About

Use UIPageViewController instead. This is an old control that implements horizontal pages scrolling with looping support. (aka UIScrollView with looping mode). It was used before UIPageViewController was introduced.

Topics

Resources

Stars

Watchers

Forks