Any good links are highly appreciated! This goes to community wiki.
Asked
Active
Viewed 3.9k times
5 Answers
39
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:

Community
- 1
- 1

lostInTransit
- 70,519
- 61
- 198
- 274
4
Here's a new one: http://www.raywenderlich.com/10518/how-to-use-uiscrollview-to-scroll-and-zoom-content#more-10518

Kurt
- 855
- 2
- 12
- 22
3
It's my blog but it may be useful for the beginners Tutorial for creating UIScrollview Programmatically

Alex Zavatone
- 4,106
- 36
- 54

Hema
- 171
- 1
- 6
3
My article on two advanced UIScrollView techniques (+ sample code): github.com/andreyvit/ScrollingMadness/:
- Emulating Photo Library-style paging+zooming+scrolling.
- Programmatically zooming UIScrollView.

Andrey Tarantsov
- 8,965
- 7
- 54
- 58
1
I found this tutorial perfect for my situation. I didn't need any zooming effect. I want a large content holding subviews.