Any good links are highly appreciated! This goes to community wiki.
+10
A:
Some good samples with the basic functionalities covered
- http://www.lyingonthecovers.net/?p=366
- http://halmueller.wordpress.com/2008/10/08/a-very-simple-uiscrollview-demo/
- http://developer.apple.com/iphone/library/samplecode/Scrolling/index.html
- http://www.vimeo.com/1642150
- http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/
- http://cocoawithlove.com/2009/01/multiple-virtual-pages-in-uiscrollview.html
Not to mention:
lostInTransit
2009-05-04 16:12:14
+1
A:
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
2009-05-07 22:44:00