Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 703 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 703 Bytes

SrollViewPlay

Some UIScrollView techniques from the WWDC videos. Written in Swift. Demos implemented:

Infinite scrolling

Example of infinite scrolling through 4 static image views.

Example

Header view & zooming

Example of zooming one of the scroll view subviews and keeping a second one as a header view.

Example

Nested scroll views

Example of nested scrollviews where an inner one pulls the outer one.

Example

Scroll views touch events handling

Example of handling different touch events between a scroll view, its subview and its sibling.

Example