Re: Nested UIScrollView: horizontal scrolling

2010-07-25 Thread Pierre de La Morinerie
Le 25 juil. 2010 à 05:20, Scott Anguish a écrit : It seems that as long as the outter SV is moving (or decelerating, anyway), the inners SV won't have a chance to get the swipe events. I’d think this is the reasonable behavior.. You want to be able to zoom before the containing scroll

Nested UIScrollView: horizontal scrolling

2010-07-23 Thread Pierre de La Morinerie
Hello, I'm trying to scroll horizontally through a set of pages, where pages are grouped by two (and can be zoomed both together). So far, my view hierarchy is: • One outter UIScrollView that scrolls horizontally. • Several inner UIScrollView that contains two pages each,