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.
- Host: GitHub
- URL: https://github.com/hollance/mhpagingscrollview
- Owner: hollance
- Created: 2012-02-05T04:03:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T14:07:22.000Z (about 11 years ago)
- Last Synced: 2023-10-20T20:14:16.632Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 433 KB
- Stars: 132
- Watchers: 9
- Forks: 39
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.