Are there any good UIScrollView Tutorials on the net? [closed]
Any good links are highly appreciated! This goes to community wiki.
Some good samples with the basic functionalities covered
- very simple uiscrollview demo
- Scrolling
- UiScrollViewTutorial
- implementing tap to zoom in uiscrollview on an iphone
- multiple virtual pages in uiscrollview
Not to mention:
- stackoverflow UIScrollView
Here's a new one: http://www.raywenderlich.com/10518/how-to-use-uiscrollview-to-scroll-and-zoom-content#more-10518
My article on two advanced UIScrollView techniques (+ sample code): github.com/andreyvit/ScrollingMadness/:
- Emulating Photo Library-style paging+zooming+scrolling.
- Programmatically zooming UIScrollView.