andreyvit / ScrollingMadness

A catalog of UIScrollView samples (iPhone)
243 stars 23 forks source link

"Tricks->Paging + Pinch Zooming" - how to go next page when zoomed in? #7

Open MaximKorobov opened 13 years ago

MaximKorobov commented 13 years ago

In demo "Tricks->Paging + Pinch Zooming" when you zoom in, it's imposible to go to next or prev. page. How to implement it?

electricalen commented 13 years ago

Yeah, the Photos.app is able to page while zoomed in. If you drag the zoomed picture around it will pan, but if you are on the edge of the picture, say the right edge, then you swipe left, it will page to the next picture. It somehow knows to page when it's on the edge, I can't seem to figure out how to do that.