Monotouch UIScrollView/UIPageView with UITableView as panel

Posted by cvista on Stack Overflow See other posts from Stack Overflow or by cvista
Published on 2010-05-13T08:40:46Z Indexed on 2010/05/13 8:44 UTC
Read the original article Hit count: 422

Hi

I'm building an app which is a guide to festivals. In the app I show lineups. You can see the Ui I have built for this on the video here: http://wmcstar.com/download.html

The problem I have is that the scrollview/UIPageView - which does the left/right scrolling through the days, sometimes conflicts (i think) with the up/down scrolling of the days lineup UITableView and crashes.

It doesn't crash if I disable scrolling - so the only way to switch between days is by selecting the day and programatically scrolling to the day rather than by using touch gestures.

Has anyone else seen this behaviour?

w://

© Stack Overflow or respective owner

Related posts about monotouch

Related posts about iphone