Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armadsen/horizontalzoom
Sample project to go along with http://stackoverflow.com/questions/35234475/how-to-make-uiscrollview-zoom-in-only-one-direction-when-using-auto-layout/
https://github.com/armadsen/horizontalzoom
Last synced: about 1 month ago
JSON representation
Sample project to go along with http://stackoverflow.com/questions/35234475/how-to-make-uiscrollview-zoom-in-only-one-direction-when-using-auto-layout/
- Host: GitHub
- URL: https://github.com/armadsen/horizontalzoom
- Owner: armadsen
- Created: 2016-02-09T17:38:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T17:39:05.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T23:36:14.806Z (7 months ago)
- Language: Swift
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HorizontalZoom
This is a sample project to go along with http://stackoverflow.com/questions/35234475/how-to-make-uiscrollview-zoom-in-only-one-direction-when-using-auto-layout/
I'm trying to figure out how to do horizontal-only zooming with a UIScrollView that's using pure autolayout.