An open API service indexing awesome lists of open source software.

https://github.com/hollance/mhpagingscrollview

A UIScrollView subclass that shows previews of the pages on the left and right.
https://github.com/hollance/mhpagingscrollview

Last synced: about 1 month ago
JSON representation

A UIScrollView subclass that shows previews of the pages on the left and right.

Awesome Lists containing this project

README

        

# MHPagingScrollView

A `UIScrollView` subclass that shows previews of the pages on the left and right. It uses a delegate much in the way `UITableView` uses a data source.

This is largely based on WWDC 2010 session 104 and the PhotoScroller sample, without the `CATiledLayer` pinch-to-zoom stuff.