Quote:
Originally Posted by davide.bettio
The problem is this isn't working out as nicely as I hoped. The horizontal swipes work, but to scroll vertically, I have to tap and hold for a second for it to work at all - and sometimes, no matter what I do I can't scroll vertically on a page. I have turned off delayContentTouches for the parent UIScrollView but that doesn't seem to help.
|
This is a real problem. I failed to make the nested scroll views (I tried to embed table in a scroll view) to work properly. "Inner" view got the "filtered" touches with some delay, properties tuning did not help.
In fact, I have never seen an iPhone application where UITableView (that is UIScrollView decendant) is in a "horisontal" scroll view. I do not say it is impossible, but probably it will be quite tricky to implement things like this.
Alas, guy, but you are not alone.