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 scro

Re: Nested UIScrollView: horizontal scrolling

2010-07-24 Thread Scott Anguish
On Jul 23, 2010, at 5:47 AM, Pierre de La Morinerie wrote: > 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. > • Se