Reputation: 443
I have tried to make a UIScrollView that allows a paging of various UIImageView and zoom every image. My first idea was to create a UIScrollView to paging and then create a UIScrollView for every UIImageView that allows me to zoom that image.
I know that there is a PhotoScroller Demo from Apple, but it is very complex, I really don't need the Tiles functionality.
Do you know any tutorial that talks about that?
Upvotes: 4
Views: 4256
Reputation: 31745
There is a really good WWDC 2010 video, Designing Apps with Scroll Views, which accompanies the PhotoScroller code. The first half describes what you want, the second half is all about tiling. Watch the first half.
Open Apple Developer Video Archive and then choose video 5, session 104, "Designing Apps with Scroll Views".
(developer login required)
Upvotes: 2